|
|
|
|
|
LooperCollapseExpand (Function) In french: ZoneRépétéeEnrouleDéroule On a given row of a Looper control: - collapses a break (if it is expanded),
- expands a break (if it is collapsed).
// Expands on user click LooperCollapseExpand(LOOP_Products)
Syntax
<Result> = LooperCollapseExpand(<Looper control> [, <Row number> [, <Break name>]])
<Result>: Integer constant State of the row before calling LooperCollapseExpand:
| | taCollapse | Collapsed row. | taError | No row found. | taExpand | Expanded row. |
<Looper control>: Control name Name of the Looper control to be used. If this parameter is an empty string (""), the current Looper control is used. <Row number>: Optional integer Number of the row to collapse or expand. If this parameter is not specified, the current row is used. <Break name>: Optional character string Name of the break to modify. This parameter must be specified in case of nested breaks. It is used to define the break that will be handled. By default, no break is expanded or collapsed if the breaks are nested. Remarks Use conditions LooperCollapseExpand can be used on: - a Looper control based on a data file,
- a Looper control populated programmatically.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|