|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Gets the rights granted to a user or group on an SQL view or on a materialized view. |
|
|
|
|
|
|
|
| Sets the rights granted to a user or group on an SQL view or on a materialized view. |
|
|
|
|
|
|
|
| Initializes the different SQL variables with information relative to the last query run. |
|
|
|
|
|
|
|
| Gets the rights granted to a user or group on an SQL view or on a materialized view. |
|
|
|
|
|
|
|
| Allows you to specify the version of the Native SQL Server Connector that will be used. |
|
|
|
|
|
|
|
| Once the connection to the database is established, WDSQL allows you to create different types of SQL queries...... |
|
|
|
|
|
|
|
| An HFSQL view corresponds to a "memory image" of an HFSQL data file...... |
|
|
|
|
|
|
|
| All report controls can be handled through programming...... |
|
|
|
|
|
|
|
| Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control. |
|
|
|
|
|
|
|
| WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min |
|
|
|
|
|
|
|
| Bar Code controls can be manipulated using different WLanguage properties...... |
|
|
|
|
|
|
|
| To use a Progress database with the Native Connector, you must...... |
|
|
|
|
|
|
|
| To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis...... |
|
|
|
|
|
|
|
| Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP). |
|
|
|
|
|
|
|
| Several features require a procedure called once or several times via a WLanguage function ("Callback").... |
|
|
|
|
|
|
|
| In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage...... |
|
|
|
|
|
|
|
| The selection of records performed by query is not necessarily displayed in a report, in a window, ...... |
|
|
|
|
|
|
|
| An insert query (corresponding SQL statement...... |
|
|
|
|
|
|
|
| Automatically updates the controls in a window or page with:
the values of the bound items in the current record (loaded in memory) of the table described in the data model editor.
the values of the bound WLanguage variables.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|