|
|
|
|
|
|
|
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....... |
|
|
|
|
|
|
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile).... |
|
|
|
|
|
|
Initializes the different SQL variables with information relative to the last query run. |
|
|
|
|
|
|
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).... |
|
|
|
|
|
|
Returns the different types of columns supported:
by the data source identified by SQLConnect
by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection).... |
|
|
|
|
|
|
Declares the end of the query execution and frees the memory resources allocated during the execution of the query. |
|
|
|
|
|
|
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension). |
|
|
|
|
|
|
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available. |
|
|
|
|
|
|
Adds an integrity rule between two data files on the server. |
|
|
|
|
|
|
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy). |
|
|
|
|
|
|
Connects the current application to a database that must be interrogated via SQL. |
|
|
|
|
|
|
Transforms the crossed records (HCross) into deleted records. |
|
|
|
|
|
|
Lists the data sources declared on a local site. |
|
|
|
|
|
|
List of constants used by the HFSQL functions.... |
|
|
|
|
|
|
Used to lock:
The entire data table, in read and write mode. Its data cannot be accessed by other computers.
The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example.... |
|
|
|
|
|
|
In some cases, the background image of a window can contain a text (the application name, a specific caption, ...... |
|
|
|
|
|
|
A window can:
Receive parameters when it is opened.
Return values when it is closed.... |
|
|
|
|
|
|
List of events associated with windows... |
|
|
|
|
|
|
An HFSQL context contains information relative to the data used...... |
|
|
|
|
|
|
A non-maximized window can be resized by the user and it can occupy a section of the screen only...... |
|
|
|
|
|
|
A Bar Code control can be bound to an item in a data file, query, etc.... |
|
|
|
|
|
|
WINDEV Mobile allows you to develop applications for different families of products...... |
|
|
|
|
|
|
List of events associated with Bar Code controls... |
|
|
|
|
|
|
A maximized window occupies the entire screen of the mobile device.... |
|
|
|
|
|
|
The Bar Code control displays bar codes in your windows, pages or reports...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|