sc_label({My_Field})
|
|
This macro its used to modify dynamically the grid form field label.
Ex. 1: Using the field name. sc_label("Customer") = "Cust Name";
Ex. 2: Using a variable as paramenter. sc_label({Customer}) = "Cust Name";
Ex. 3: Using a global variable. sc_label([global_variable]) = "Cust Name";
|
Macro Scope
|
calendar application
|
chart application
|
Grid application
|
Search application
|
Form application
|
Control Form
|
Menu application
|
Tree menu
|
ReportPDF application
|
allMacros onInit onLoadAll onRefresh
|
allMacros onInit
|
ajaxFieldonClick allMacros onInit onNavigate
|
allMacros
|
ajaxFieldonBlur ajaxFieldonChange ajaxFieldonClick ajaxFieldonFocus allMacros onInit onLoadAll onNavigate onRecord onRefresh
|
ajaxFieldonBlur ajaxFieldonChange ajaxFieldonClick ajaxFieldonFocus allMacros onInit onLoadAll
|
allMacros
|
allMacros
|
allMacros onInit
|
|