|
|
|
|
|
|
|
|
|
|
|
|
|
|
| To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis... |
|
|
|
|
|
|
|
| WINDEV and WEBDEV offer a Native Connector for MySQL... |
|
|
|
|
|
|
|
| Returns the characteristics of all the columns (or items):
for a given table.
for a given query.... |
|
|
|
|
|
|
|
| Deletes (from the server) a group of users associated with a connection. |
|
|
|
|
|
|
|
| Automatically updates:
the values of a data file's items in memory with the values from the controls in the window.
the value of the WLanguage variables with the value of the window controls.
This function is also available for WEBDEV pages.... |
|
|
|
|
|
|
|
| Cancels a current backup. |
|
|
|
|
|
|
|
| Defines and enables a filter on a data file, view or query. |
|
|
|
|
|
|
|
| Usage example of the HDescribeItem function |
|
|
|
|
|
|
|
| Adds recipients for the notifications sent by email. |
|
|
|
|
|
|
|
| Transforms the crossed records (HCross) into deleted records. |
|
|
|
|
|
|
|
| The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file. |
|
|
|
|
|
|
|
| The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file. |
|
|
|
|
|
|
|
| To modify a WEBDEV account from the remote WEBDEV administrator:... |
|
|
|
|
|
|
|
| Usage example of the HOpenConnection function |
|
|
|
|
|
|
|
| Returns the list of links (Merise) in the current analysis or in a specific analysis |
|
|
|
|
|
|
|
| Dynamically changes the connection associated with a data file. |
|
|
|
|
|
|
|
| Enables or disables the management of transactions for one or more files. |
|
|
|
|
|
|
|
| Adds a scheduled task on the server defined by the connection. |
|
|
|
|
|
|
|
| Modifies a backup scheduling. |
|
|
|
|
|
|
|
| Enables or disables the management of transactions for one or more files. |
|
|
|
|
|
|
|
| Dynamically changes the connection associated with a data file. |
|
|
|
|
|
|
|
| Deletes a backup previously created with HBackup. |
|
|
|
|
|
|
|
| Automatically initializes the controls of a window with:
the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
the values of the bound WLanguage variables.... |
|
|
|
|
|
|
|
| The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made. |
|
|
|
|
|
|
|
| Automatically initializes:
the value of the items in a data file with the value of the controls in the page.
the value of the WLanguage variables with the value of the page controls.... |
|
|
|
|
|
|
|
| Automatically updates the controls of a page with:
the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
the values of the bound WLanguage variables.... |
|
|
|
|
|
|
|
| Copies:
the content of the current record (loaded in memory) to the current data file record.
the content of the Record variable to the current data file record.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|