|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Returns the full path of the directory of HFSQL tables specified by the user when installing the application. |
|
|
|
|
|
|
|
| Returns the list of stop words used by a full-text index. |
|
|
|
|
|
|
|
| WEBDEV allows you to create a PHP site that handles data files...... |
|
|
|
|
|
|
|
| During the life of an application, items live and die...... |
|
|
|
|
|
|
|
| This page explains how to program Table controls based on a data file...... |
|
|
|
|
|
|
|
| The links are used to link the files found in an analysis between themselves...... |
|
|
|
|
|
|
|
| The MaxValue property is used to:
get and set the top value of a report based on a data file.
get the maximum value of the current filter.
get the maximum value of a data series in a chart.
get and set the maximum value for some types of controls.... |
|
|
|
|
|
|
|
| The MinValue property is used to:
get and set the bottom value of a report based on a data file.
get the minimum value of the current filter.
get the minimum value of a data series in a chart.
get and set the minimum value for some types of controls.... |
|
|
|
|
|
|
|
| ...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file.... |
|
|
|
|
|
|
|
| Validates the current transaction:
the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
the records locked in read-only by the transaction are unlocked.... |
|
|
|
|
|
|
|
| Validates the current transaction:
the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
the records locked in read-only by the transaction are unlocked.... |
|
|
|
|
|
|
|
| A combining query (corresponding SQL statement: UNION) ...... |
|
|
|
|
|
|
|
| When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to...... |
|
|
|
|
|
|
|
| An Edit control can be bound to an item in a data file, query, etc, ...... |
|
|
|
|
|
|
|
| When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers...... |
|
|
|
|
|
|
|
| The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis.... |
|
|
|
|
|
|
|
| Automatically updates the controls of a page with:
the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).... |
|
|
|
|
|
|
|
| Automatically updates the controls of a page with:
the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).... |
|
|
|
|
|
|
|
| An insert query (corresponding SQL statement...... |
|
|
|
|
|
|
|
| An application that works with the User Groupware can be used with a database handled by a Native Connector...... |
|
|
|
|
|
|
|
| When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis...... |
|
|
|
|
|
|
|
| A query is used to request information from a database to view, insert, change or delete data.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|