|
|
|
|
|
|
|
The management of a SaaS site is used to modify the three main characteristics of the site... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
List of events associated with Shape controls... |
|
|
|
|
|
|
WEBDEV allows you to implement tasks on the server directly...... |
|
|
|
|
|
|
Internal components in practice... |
|
|
|
|
|
|
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files...... |
|
|
|
|
|
|
WINDEV and WEBDEV propose two methods for handling the Excel files...... |
|
|
|
|
|
|
An application that works with the User Groupware can be used with a database handled by a Native Connector...... |
|
|
|
|
|
|
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls...... |
|
|
|
|
|
|
An internal component is a set of elements from a project...... |
|
|
|
|
|
|
List of constants used by the Automatic Application Features (AAF) functions.... |
|
|
|
|
|
|
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects...... |
|
|
|
|
|
|
Returns the list of options in the context menu actually displayed by the control. |
|
|
|
|
|
|
For a multilingual application, you have the ability to...... |
|
|
|
|
|
|
Opens the AAF (Automatic Application Features) help website. |
|
|
|
|
|
|
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile...... |
|
|
|
|
|
|
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver.... |
|
|
|
|
|
|
The UI (User Interface) of an application is mainly composed of windows.... |
|
|
|
|
|
|
A control is an indexed control if it contains several controls with the same name...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|