★゜・。。・゜゜・。。・゜☆ 2010年07月09日 ☆゜・。。・゜゜・。。・゜★
【NAVISION】備忘録 6/7
完全に自分のための備忘録です。すみません。
★STRSUBSTNO Function (Code, Text)
★COPYSTR Function (Code, Text)
★GETRANGEMIN Function
★GETRANGEMAX Function
★SETRANGE Function
★SETFILTER Function
★SETCURRENTKEY Function
★CALCFIELDS Function (Record)
====== 6/7 ======
★STRSUBSTNO Function (Code, Text)
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 Function
GETRANGEMIN retrieves the minimum value of the filter range that is currently applied to a field.Record.GETRANGEMIN(Field);★GETRANGEMAX Function
GETRANGEMAX retrieves the maximum value of the filter range that is currently applied to a field.Value := Record.GETRANGEMAX(Field)★SETRANGE Function
SETRANGE sets a simple filter on a field.Record.SETRANGE(Field [,From-Value] [,To-Value]);★SETFILTER Function
SETFILTER sets a filter in a more general way than SETRANGE.Record.SETFILTER(Field, String [, Value], ...];★SETCURRENTKEY Function
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],...)★CALCFIELDS Function (Record)
Updates the FlowFields in a record.[Ok :=] Record.CALCFIELDS(Field1, [Field2],...)関連記事かも?
- jQueryのindex()でつまずいたこと
- 商品画像をクリックしたらカートに入るイメージのアニメーションを作ってみた
- SyntaxHighlighterでソースコードを見やすく表示
- 押したら開いたり閉じたりする備忘録
- 視力回復トレーニング
関連記事は無いと思います。




コメントはまだありません。