Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Every Destination Screen has an invoke script which controls how it is displayed. Here is an example of a script that invokes a SHOWORDER screen when an order is selected in the instance list:



First the script navigates to the 5250 junction screen GETORDER which is used to select which order is to be shown:  

...

   if ( !(CHECK_CURRENT_FORM("SHOWORDER", "Unable to display order number " + objListManager.AKey1\[0\] )) ) return;     

See Also

NAVIGATE_TO_JUNCTION Function
CHECK_CURRENT_FORM Function
SETVALUE Function

SENDKEY Function