トップ > IT・ビジネス・全般ページ トップ > 【NAVISION】備忘録 6/7
完全に自分のための備忘録です。すみません。
Replaces %1, %2, %3… and #1, #2, #3… fields in a string with the values you provide as optional parameters.
NewString := STRSUBSTNO(String [,Value1, …])
★COPYSTR Function (Code, Text)
Copies a substring of any length from a specific position in a string (text or code) to a new string.
NewString := COPYSTR(String, Position[, Length])
GETRANGEMIN retrieves the minimum value of the filter range that is currently applied to a field.
Record.GETRANGEMIN(Field);
GETRANGEMAX retrieves the maximum value of the filter range that is currently applied to a field.
Value := Record.GETRANGEMAX(Field)
SETRANGE sets a simple filter on a field.
Record.SETRANGE(Field [,From-Value] [,To-Value]);
SETFILTER sets a filter in a more general way than SETRANGE.
Record.SETFILTER(Field, String [, Value], ...];
SSETCURRENTKEY selects a key for a record and sets the sort order that is used for the table in question.
[Ok :=] Record.SETCURRENTKEY(Field1, [Field2],...)
Updates the FlowFields in a record.
[Ok :=] Record.CALCFIELDS(Field1, [Field2],...)
どうぞ twitter に引用しちゃってください(^^)ノ
charlie432さん
音楽鑑賞記録や読書メモ・感想文、パソコン関係などを徒然なるままに綴っています。
どうぞよろしくお願いします!
>URL:http://charlie432.fool.jp/
▼このページのリンクバナーです。以下のソースをお使い下さい。