[
|../../index.htm#lansa/lansa050_0495.htm]
現在地: RAMP-TSガイド > VLF-WIN 画面ラッパー > メソッド > SetCursorToField メソッド
画面またはサブファイルの指定されたフィールドにカーソルを置きます。
構文
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.SetCursorToField Name(SURNAME)
パラメータ
Name |
Char 256 - 必須 |
カーソルを配置するフィールドの名前を指定する文字列。 |
|---|---|---|
Index |
整数 - 任意 |
フィールドのサブファイル行を指定する整数。 |
|
戻り値
なし
例:
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.setcursortofield Name(SURNAME) Index(3)
[
|../../index.htm#lansa/lansa050_0495.htm]