NavigateToScreen Method
Navigate to a RAMP-TS screen.
Syntax
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.NavigateToScreen Name(EMPLOYEE_SKILLS)
Parameters
Name |
Char 256 – Required |
String that contains the name of the screen to navigate to. |
Return Value
None
Remarks
Once NavigateToScreen is executed your screen wrapper will receive screen arrival event signals to be handled in the vHandleArrive event routine.
Examples
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.Unavigatetoscreen) Name(EMPLOYEE_SKILLS)