Current_Formメソッド

LANSA RAMP-TS

Current_Formメソッド


現在の画面ラッパー画面のフォーム名を取得します。

構文

Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)

#myscreen_wrapper.current_form Name(sName)

パラメータ

なし 

戻り値

Name

Char 256 - 必須

現在の5250画面ラッパー画面の名前を含む文字列

使用例

Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)

#myscreen_wrapper.current_form Name(#std_txtl)