sc_reset_apl_conf("Application", "Property")
|
|
This macro has the objective to delete all modifications effected by the sc_apl_conf macro. The property parameter its optional, if it's passed it will only erase the modification from that specific application.
Ex. 1: Deleting the modifications of the "my_application" application, property "start". sc_reset_apl_conf("my_application", "start");
Ex. 2: Deleting the modifications of the "my_application" application. sc_reset_apl_conf("my_application");
Ex. 3: Deleting the modifications of all the applications. sc_reset_apl_conf();
|
Macro Scope
|
Blank application
|
calendar application
|
chart application
|
Grid application
|
Search application
|
Form application
|
Control Form
|
Menu application
|
Tree menu
|
ReportPDF application
|
allMacros onExecute
|
allMacros onApplicationInit onCalendarApplicationInit onInit
|
allMacros onApplicationInit onInit
|
allMacros onApplicationInit onInit
|
allMacros onApplicationInit onFilterInit
|
allMacros onApplicationInit onInit
|
allMacros onApplicationInit onInit onValidate onValidateSuccess
|
allMacros onApplicationInit onLoad
|
allMacros onApplicationInit onLoad
|
allMacros onApplicationInit onInit
|
|