|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The statement block is repeated endlessly... |
|
|
|
|
|
|
|
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 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 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... |
|
|
|
|
|
|
|
| The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)... |
|
|
|
|
|
|
|
| In a WHILE statement, the expression is evaluated at each beginning of the block of statements... |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Validates the modification or addition of the record associated with the current row in the Looper... |
|
|
|
|
|
|
|
| Deletes all rows from a Looper control populated programmatically. |
|
|
|
|
|
|
|
| Changes the values of the attributes in a row of a Looper control. |
|
|
|
|
|
|
|
| Adds a row at the end of a Looper control. |
|
|
|
|
|
|
|
| Collapses a break that was expanded beforehand in a Looper control. |
|
|
|
|
|
|
|
| Modifies a row corresponding to an internal page in a Looper control populated programmatically. |
|
|
|
|
|
|
|
| A Linear Looper control is used to display a set of controls in a horizontal scrolling list...... |
|
|
|
|
|
|
|
| To view the characteristics of the control, select "Description" in the context menu.... |
|
|
|
|
|
|
|
| To display the control characteristics, select "Description" in the context menu of control...... |
|
|
|
|
|
|
|
| There are two methods to populate Table and Looper controls programmatically...... |
|
|
|
|
|
|
|
| Table/Looper controls can be used to display a set of information...... |
|
|
|
|
|
|
|
| The "Image gallery" Looper control is used to manage the display of a set of images without... |
|
|
|
|
|
|
|
| A report based on a Looper control is used to directly print the information displayed... |
|
|
|
|
|
|
|
| contains a Looper control that displays the records found in an HFSQL file.
the corresponding page... |
|
|
|
|
|
|
|
| The FOR EACH statement is used to run different types of HFSQL loops... |
|
|
|
|
|
|
|
| List of events associated with Looper controls... |
|
|
|
|
|
|
|
| These are the main concepts for programming Looper controls based on a data file...... |
|
|
|
|
|
|
|
| A Looper control populated programmatically is directly linked to lists stored in memory...... |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming...... |
|
|
|
|
|
|
|
| ... Table or Looper controls)... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|