NavigateToScreen Method
Navigate newlook to a screen.
Syntax
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.NavigateToScreen Name('EmpDetails') ReturnScreen
Parameters
Name |
Char 256 – Required |
String that contains the name of the screen to navigate to. |
|---|
|
Return Value
ReturnScreen |
Char 256 – Optional |
String that contains the name of the screen wrapper 5250 screen when the navigation has completed. |
|---|
|
Remarks
The screen to navigate can be a Junction or a Destination as defined in the choreographer.
Examples
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.Unavigatetoscreen) Name('EmpSkills') Returnscreen(#vf_eltxtl)
Show Contents List