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

Compare with Current View Page History

« Previous Version 3 Current »

Navigate newlook to a screen.

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

#myscreen_wrapper.NavigateToScreen Name(‘EmpDetails’) ReturnScreen

Name

Char 256 – Required

String that contains the name of the screen to navigate to. 

ReturnScreen

Char 256 – Optional

String that contains the name of the screen wrapper 5250 screen when the navigation has completed.

The screen to navigate can be a Junction or a Destination as defined in the choreographer.

     Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.Unavigatetoscreen) Name('EmpSkills') Returnscreen(#vf_eltxtl)
  • No labels