Description |
Prog (Magic xpa 3.x)
Returns the task path that leads to the current task. The resulting Alpha string contains the task names, as well as the current name of the task. Names are separated by the semicolon (;) character.
|
Syntax:
|
Prog()
|
Parameters:
|
None
|
Returns:
|
Alpha string containing execution path, but not including the Main Program
|
Example:
|
Prog() returns, for example, 'Sales Orders (by customer); Customer (Header); Order Lines'.
|
See also:
|
Menu
The Online and Rich Client Samples projects (program TF02 and RTF02)
|
|
|
---|