You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Show Contents List

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)
 
Show Contents List

  • No labels