The following functions make it possible to manage Looper controls (prefixed syntax):
| |
<Looper>.Add | Adds a row at the end of a Looper control. |
<Looper>.AddInProgress | Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control. |
<Looper>.AddIW | Adds a row corresponding to an internal window at the end of a memory Looper control. |
<Looper>.AddLine | Adds a row at the end of a Looper control. |
<Looper>.BreakSubscript | Returns the subscript of the break header and footer for a given break in a Looper control. |
<Looper>.CancelSwipe | Cancels the display of the internal window displayed in a Looper control further to the row swipe. |
<Looper>.Collapse | Collapses a break that was expanded beforehand in a Looper control. |
<Looper>.CollapseAll | Collapses all expanded breaks in a Looper control. |
<Looper>.CollapseExpand | On a given row of a Looper control: - collapses a break (if it is expanded),
- expands a break (if it is collapsed).
|
<Looper>.Count | Returns the number of rows found in a browsing or memory Looper control. |
<Looper>.Delete | Deletes a row from a browsing or memory Looper control. |
<Looper>.DeleteAll | Deletes all rows from a memory Looper control. |
<Looper>.DeleteSelect | Deletes the selected rows from a browsing or memory Looper control. |
<Looper>.Display | Refreshes the display of a browsing looper from a given position: the modifications performed in the linked file are applied to the looper. |
<Looper>.DisplayPopup | Displays the automatic zoom popup for the Image Gallery control. |
<Looper>.EndFilling | Indicates the end of fill for a memory Looper control. |
<Looper>.Expand | Expands a break in the Looper control on a given row. |
<Looper>.ExpandAll | Expands all breaks in a Looper control with break. |
<Looper>.InfoXY | Used to find out the row or control located at specific position in the Looper control (X, Y). |
<Looper>.Insert | Inserts a row into a browsing or memory Looper control. |
<Looper>.InsertIW | Inserts a row corresponding to an internal window into a memory Looper control. |
<Looper>.InsertLine | Inserts a row into a browsing or memory Looper control. |
<Looper>.Modify | Modifies the values of attributes in a row found in a browsing or memory Looper control. |
<Looper>.ModifyIW | Modifies a row corresponding to an internal window in a memory Looper control. |
<Looper>.ModifyLine | Modifies the values of attributes in a row found in a browsing or memory Looper control. |
<Looper>.MoveLine | Moves a row or swaps two rows in a Looper control. |
<Looper>.Position | Moves the scrollbar of a memory Looper control to display a specific row or returns the subscript of first row displayed in a memory Looper control. |
<Looper>.RecNum | Returns the number of the current record in a browsing Looper control. |
<Looper>.RefreshVisible | Modifies or returns the visibility status of refresh bar in a Looper control. |
<Looper>.RestorePositionAndSelection | Restores the scrollbar position in a Looper control as well as the selected elements. |
<Looper>.Save | Validates the modification or addition of the record associated with the current row in the browsing Looper control. |
<Looper>.SavePositionAndSelection | Saves:- the position of scrollbar in a Looper control,
- the selected element(s).
These elements can be restored by <Looper>.RestorePositionAndSelection. |
<Looper>.Seek | Seeks a value in an attribute of a Looper control. |
<Looper>.SeekAnywhere | Seeks a value in all attributes of a Looper control. |
<Looper>.Select | Returns the subscript of selected element in a Looper control. |
<Looper>.SelectCount | Returns the number of selected rows in a Looper control. |
<Looper>.SelectMinus | Deselects a row in a Looper control. |
<Looper>.SelectPlus | Selects a row in a Looper control. |
<Looper>.Sort | Used to:- Sort a Looper control according to one or more attributes.
- Sort a Looper control on all its attributes.
- Cancel a sort that was performed beforehand (which means ignore the sort).
|
<Looper>.StartFilling | Indicates the start of fill for a memory Looper control. |
<Looper>.ToExcel | Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control). |
<Looper>.ToWord | Creates a Word file (.RTF) from the data found in a Looper control (browsing Looper control or memory Looper control). |
<Looper>.ToXML | Creates an XML file with the data found in a Looper control (browsing Looper control or memory Looper control). |