Returns the menu path that leads to the current program.
|
Syntax:
|
Menu()
|
Parameters:
|
None
|
Returns:
|
Alpha string. The resulting Alpha string contains the menu names, as well as the final menu line. Names are separated by the semicolon (;) character.
|
Note:
|
Returns '(null)' if the program was called from the Studio.
|
Exceptions:
|
This function is not supported in Web Client tasks.
|
Platform specific:
|
This function is not supported for mobile devices.
|
See also:
|
Prog
The Online and Rich Client Samples projects (program TF02 and RTF02)
|