sc_script_name
|
|
This macro is available to the MENU applications to access the application name that was selected in the menu. It allows the user to make decisions before executing the application if a pre-process is required to that application.
Ex. 1: To clean global variables. if ({sc_script_name} == "apl1") { sc_reset_global([global1], [global2]); }
|
Macro Scope
|
Blank application
|
calendar application
|
chart application
|
Search application
|
Form application
|
Control Form
|
Menu application
|
Tree menu
|
ReportPDF application
|
| allMacros
|
allMacros
|
allMacros
|
allMacros
|
allMacros
|
allMacros
|
allMacros onExecute
|
allMacros onExecute
|
allMacros
|
|