|
|
|
|
|
|
|
|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
|
| In a WHILE statement, the expression is evaluated at each beginning of the block of statements... |
|
|
|
|
|
|
|
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 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 GOTO statement is used to run a code identified by a label... |
|
|
|
|
|
|
|
| The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)... |
|
|
|
|
|
|
|
| When end users work on a complex Table or Looper control with multiple breaks, they may want... |
|
|
|
|
|
|
|
| The FOR EACH statement loops through a variable of type xmlReader in various ways:
Loop... |
|
|
|
|
|
|
|
| All the looper attributes can be handled by programming...... |
|
|
|
|
|
|
|
| Here is an overview of how to handle Looper controls populated programmatically in WLanguage.... |
|
|
|
|
|
|
|
| WEBDEV allows you to handle a Linear Looper control through programming.... |
|
|
|
|
|
|
|
| These are the main concepts for programming data-bound Looper controls...... |
|
|
|
|
|
|
|
| In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only... |
|
|
|
|
|
|
|
| Creates an Excel file from the data found in a Looper control (browsing Looper control or memory... |
|
|
|
|
|
|
|
| Adds a row at the beginning of an Infinite Looper control. The row is inserted before the first row... |
|
|
|
|
|
|
|
| You want to perform simulations with Excel, Word, OpenOffice...... |
|
|
|
|
|
|
|
| The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control... |
|
|
|
|
|
|
|
| Here is an overview of how to handle Looper controls populated programmatically in WLanguage... |
|
|
|
|
|
|
|
| List of constants used by the functions for managing Table, TreeView Table, Looper and List Box... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|