sc_foot_hide()
|
The purpose of this macro is to disable the footer display in the application.
In the specific case of the query, the event is performed in the Grid and in the Summary. To configure it, a parameter was created, as shown in the examples below:
| Parameter |
Value |
Description |
| sc_foot_hide('grid') |
|
Disable grid footer |
|
sc_foot_hide('res')
sc_foot_hide('sum')
|
|
Disable summary footer |
1 -Inhibits the query and summary footer:
sc_foot_hide();
2 -Inhibits the query footer only:
sc_foot_hide('grid');
3 -Inhibits the footer of the summary only:
sc_foot_hide('res'); or sc_foot_hide('sum');
|
Macro Scope
|
chart application
|
Grid application
|
Form application
|
Control Form
|
| onInit
|
onInit
|
onInit
|
onInit
|
|