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";