|
|
|
|
|
<Looper>.CollapseExpand (Function) In french: <Zone répétée>.EnrouleDéroule On a given row of a Looper control: - collapses a break (if it is expanded),
- expands a break (if it is collapsed).
LOOP_Products.CollapseExpand()
Syntax
<Result> = <Looper control>.CollapseExpand([<Row number> [, <Break name>]])
<Result>: Integer constant State of the row before calling <Looper>.CollapseExpand:
| | taCollapse | Collapsed row. | taError | No row found. | taExpand | Expanded row. |
<Looper control>: Control name Name of the Looper control to be 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 <Looper>.CollapseExpand can be used on: - a Looper control based on a data file,
- a Looper control populated programmatically.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|