Gets the Form name of the current screen wrapper screen.
Syntax
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.current_form Name(sName)
Parameters
None 
Return Value

Name

Char 256 – Required

String that contains the name of the current 5250 screen wrapper screen

 |
 
Examples
 
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.current_form Name(#vf_eltxtl)