|
|
|
|
|
|
|
|
|
|
|
|
|
|
The FOR EACH statement loops through a variable of type jsonReader in various ways:- Loop through a level.
- Loop through a level with copy.
- In-depth loop.
Note: This feature is only available from version 2025 Update 3. |
|
|
|
|
|
|
|
| The statement block is repeated endlessly... |
|
|
|
|
|
|
|
| The RETURN statement is used to exit the current event, process or procedure and return a result... |
|
|
|
|
|
|
|
| The report editor allows you to create "Label" reports... |
|
|
|
|
|
|
|
The keyword BREAK can correspond: - to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process.
- to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement.
|
|
|
|
|
|
|
|
The CONTINUE keyword can correspond: - to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration.
- to the CONTINUE: label. It allows you to declare a common code in a loop.
|
|
|
|
|
|
|
|
| The GOTO statement is used to run a code identified by a label... |
|
|
|
|
|
|
|
| In a WHILE statement, the expression is evaluated at each beginning of the block of statements... |
|
|
|
|
|
|
|
| The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)... |
|
|
|
|
|
|
|
| Changes the values of the attributes in a row of a Looper control based on a data file or populated... |
|
|
|
|
|
|
|
| Used to find out the row or control located at specific position in the Looper control (X, Y). |
|
|
|
|
|
|
|
| In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView... |
|
|
|
|
|
|
|
| Saves:
the position of the scrollbar in a Looper control,
the selected element(s).... |
|
|
|
|
|
|
|
| The ColumnWidth property gets and sets the width of each column in a multi-column Looper control. |
|
|
|
|
|
|
|
| ... into an infinite Looper control. |
|
|
|
|
|
|
|
| The Pager control is used to quickly access the records of a Table or Looper control displayed... |
|
|
|
|
|
|
|
| control.
on a row in a Looper control.... |
|
|
|
|
|
|
|
| ... in a Looper control populated programmatically. |
|
|
|
|
|
|
|
| of a Table control,
of a TreeView Table control,
of a Looper control.... |
|
|
|
|
|
|
|
| status for:
the breaks of a Table control,
the breaks of a Looper control,
the break headers... |
|
|
|
|
|
|
|
| END can correspond to:
the END keyword of WLanguage used to specify the end of a loop.... |
|
|
|
|
|
|
|
| ... ListView, Combo Box and Looper controls. |
|
|
|
|
|
|
|
| or vertically.
change the orientation of Table and Looper controls (switch from vertical to horizontal... |
|
|
|
|
|
|
|
| The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper,... |
|
|
|
|
|
|
|
| Get and set the maximum number of Looper rows per page.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|