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

NAVIGATE_TO_JUNCTION Function

Navigates RAMP to a Junction.
Syntax
NAVIGATE_TO_JUNCTION(sJunctionName)
Parameters

SjunctionName

Required.String that contains the form name of the Junction. 

 |
Return Value
None
Example
 
/* Navigate to the nearest access junction */
NAVIGATE_TO_JUNCTION("uItemMasterBrowse");
 
Note that this function should only be invoked from an invoke script.
 
Show Contents List

  • No labels