- Overview
- Handling the break headers and footers
- Functions associated with break headers and footers
- Properties associated with the break headers and footers
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks headers and footers in a Looper control. These properties can be used in a window or in a page. To use these properties, the syntax is as follows:
<Looper name>.<Name of break Header/Footer>..<Property name> = <Value>
or
<Name of break header/footer>..<Property name> = <Value>
Remark: These code lines must be in the event "Displaying a row of break header/footer". Handling the break headers and footers Functions associated with break headers and footers The following functions are associated with the break headers and footers:
| | LooperBreakSubscript | Returns the subscript of the break header and footer for a given break in a Looper control. | LooperCollapse | Collapses a break that was expanded beforehand in a Looper control. | LooperCollapseAll | Collapses all expanded breaks in a Looper control. | LooperCollapseExpand | On a given row of a Looper control: - collapses a break (if it is expanded),
- expands a break (if it is collapsed).
| LooperExpand | Expands a break in the Looper control on a given row. | LooperExpandAll | Expands all breaks in a Looper control with break. |
Versions 22 and later New in version 22Properties associated with the break headers and footers The following properties are associated with the break headers and footers: In a window:
| | BackgroundColor | ..BackgroundColor is used to manage the background color of a control, window, page or report block. | Collapsed | ..Collapsed is used to:- find out or define the status (collapsed or expanded) that will be used when rows are added into a TreeView Table control.
- find out or modify the collapsed/expanded status for:
- the breaks of a Table control,
- the breaks of a Looper control,
- a Drawer control,
- a Ribbon control,
- a Navigation Bar control.
- a Pivot Table control in a report.
| Height | ..Height is used to know and modify the height:- of a control or block in a report.
- of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
- of a control (in a page), break header or footer in a Looper control. The control can be overlayable or not.
| Versions 09 and laterName New in version 09Name Name | ..Name is used to find out:- the name of the font associated with a Font variable.
- the name of a control, report or report block.
- the name of a control, group of controls or window.
- the name of a control, group of controls or page.
| Process | ..Process is used to modify the processes that must be run by the events available on a control, window, page, report, etc. | Versions 09 and laterType New in version 09Type Type | ..Type is used to find out:- the type of element described by programming (file or item description) or not (file or item defined in the data model editor, view or query).
- the type of object.
- the type of value stored in a variant.
| Visible | ..Visible is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
| WinEditAllowed | ..WinEditAllowed is used to find out and modify the operations allowed on a control when the window switches to the mode "Modification of UI by the end user". | In a page (server code):
| | Versions 09 and laterAlias Alias | ..Alias is used to: - find out or modify the alias of a window (WINDEV)
- Find out and modify the alias of a dynamic tab pane (WINDEV)
- find out the internal HTML/Javascript name of a control (WEBDEV).
| Collapsed | ..Collapsed is used to:- find out or define the status (collapsed or expanded) that will be used when rows are added into a TreeView Table control.
- find out or modify the collapsed/expanded status for:
- the breaks of a Table control,
- the breaks of a Looper control,
- a Drawer control,
- a Ribbon control,
- a Navigation Bar control.
- a Pivot Table control in a report.
| FullName | ..FullName is used to find out the full name:- of a control.
- of a window.
- of a menu option.
- of a table column.
| Height | ..Height is used to know and modify the height:- of a control or block in a report.
- of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
- of a control (in a page), break header or footer in a Looper control. The control can be overlayable or not.
| InitialVisible | ..InitialVisible is used to find out whether:- a control was visible during the first display of the associated window or page.
- a window was visible during its first display.
| MouseCursor | ..MouseCursor is used to find out and modify the rollover cursor defined for a control, a window or a page. | Versions 09 and laterName New in version 09Name Name | ..Name is used to find out:- the name of the font associated with a Font variable.
- the name of a control, report or report block.
- the name of a control, group of controls or window.
- the name of a control, group of controls or page.
| Process | ..Process is used to modify the processes that must be run by the events available on a control, window, page, report, etc. | Versions 09 and laterType New in version 09Type Type | ..Type is used to find out:- the type of element described by programming (file or item description) or not (file or item defined in the data model editor, view or query).
- the type of object.
- the type of value stored in a variant.
| Visible | ..Visible is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
| In a page (browser code):
| | Collapsed | ..Collapsed is used to:- find out or define the status (collapsed or expanded) that will be used when rows are added into a TreeView Table control.
- find out or modify the collapsed/expanded status for:
- the breaks of a Table control,
- the breaks of a Looper control,
- a Drawer control,
- a Ribbon control,
- a Navigation Bar control.
- a Pivot Table control in a report.
| InitialVisible | ..InitialVisible is used to find out whether:- a control was visible during the first display of the associated window or page.
- a window was visible during its first display.
| Versions 09 and laterType New in version 09Type Type | ..Type is used to find out:- the type of element described by programming (file or item description) or not (file or item defined in the data model editor, view or query).
- the type of object.
- the type of value stored in a variant.
| In a page (PHP):
| | Versions 09 and laterAlias Alias | ..Alias is used to: - find out or modify the alias of a window (WINDEV)
- Find out and modify the alias of a dynamic tab pane (WINDEV)
- find out the internal HTML/Javascript name of a control (WEBDEV).
| Collapsed | ..Collapsed is used to:- find out or define the status (collapsed or expanded) that will be used when rows are added into a TreeView Table control.
- find out or modify the collapsed/expanded status for:
- the breaks of a Table control,
- the breaks of a Looper control,
- a Drawer control,
- a Ribbon control,
- a Navigation Bar control.
- a Pivot Table control in a report.
| Height | ..Height is used to know and modify the height:- of a control or block in a report.
- of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
- of a control (in a page), break header or footer in a Looper control. The control can be overlayable or not.
| InitialVisible | ..InitialVisible is used to find out whether:- a control was visible during the first display of the associated window or page.
- a window was visible during its first display.
| Versions 09 and laterName New in version 09Name Name | ..Name is used to find out:- the name of the font associated with a Font variable.
- the name of a control, report or report block.
- the name of a control, group of controls or window.
- the name of a control, group of controls or page.
| Versions 09 and laterType New in version 09Type Type | ..Type is used to find out:- the type of element described by programming (file or item description) or not (file or item defined in the data model editor, view or query).
- the type of object.
- the type of value stored in a variant.
| Visible | ..Visible is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
|
This page is also available for…
|
|
|