|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The Table allows users to easily view and enter data stored in memory or from a table, view or query... |
|
|
|
|
|
|
|
| When you design a quick prototype, you often create windows (or pages) without defining any tables... |
|
|
|
|
|
|
|
| The database schema allows you to define the structure of tables used by the project... |
|
|
|
|
|
|
|
| A Table control can be used to display the content of a table or query... |
|
|
|
|
|
|
|
| The "Table" keyword can correspond to... |
|
|
|
|
|
|
|
| Two types of directories can be configured when creating the executable... |
|
|
|
|
|
|
|
| A Looper control can be used to display the content of a table or query... |
|
|
|
|
|
|
|
| Lists the users currently connected to one or more files handled by a Client/Server connection. |
|
|
|
|
|
|
|
| The Table control is available for Android and iOS applications... |
|
|
|
|
|
|
|
| Sets the position on the last record of a table according to a browse item. |
|
|
|
|
|
|
|
| Defines and enables a filter on a table, view or query. |
|
|
|
|
|
|
|
| Forbids all the modifications on a table (for all the programs, including the one that requested the no-modification policy). |
|
|
|
|
|
|
|
| Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered. |
|
|
|
|
|
|
|
| Describes a full-text index of table created programmatically. |
|
|
|
|
|
|
|
| Temporarily disables the filter on a table (view or query). |
|
|
|
|
|
|
|
| Stores the current context of a table: current record, filter, read pointers. |
|
|
|
|
|
|
|
| Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine. |
|
|
|
|
|
|
|
| Adds or modifies a trigger on an HFSQL table. |
|
|
|
|
|
|
|
| Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered. |
|
|
|
|
|
|
|
| Sets the position on the next table record according to a browse item. |
|
|
|
|
|
|
|
| Sets the position on the next table record according to a browse item. |
|
|
|
|
|
|
|
| Sets the position on the last record of a table according to a browse item. |
|
|
|
|
|
|
|
| Cancels an alias that was declared beforehand by HAlias. |
|
|
|
|
|
|
|
| Sets the position on the first record of a table according to the specified browse item. |
|
|
|
|
|
|
|
Returns the list of table bindings (Merise type) present:- in the current database schema,
- in ongoing database schemas (projects with multiple database schemas).
- in a specific database schema.
|
|
|
|
|
|
|
|
| Adds or modifies a trigger on an HFSQL table. |
|
|
|
|
|
|
|
| This feature is used to signal that a table cannot be modified after writing... |
|
|
|
|
|
|
|
| Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers. |
|
|
|
|
|
|
|
| Defines a semantic index of a table created programmatically. |
|
|
|
|
|
|
|
| Lists the words of the current record that will be taken into account by the full-text indexing. |
|
|
|
|
|
|
|
| Unlocks a file that was locked by the same program with HNoModif. |
|
|
|
|
|
|
|
| Sets the position on the previous record of the table according to a browse item. |
|
|
|
|
|
|
|
| Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user. |
|
|
|
|
|
|
|
| Sets the position on a record, based on the approximate position of one of its items. |
|
|
|
|
|
|
|
| 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 table. |
|
|
|
|
|
|
|
| Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file. |
|
|
|
|
|
|
|
| Deletes a record from a table (query or view). |
|
|
|
|
|
|
|
| Returns the list of assignments for the tables handled by the current application, which means the list of physical files corresponding to the files described in the database schema. |
|
|
|
|
|
|
|
| After the execution of a read or write function in a table, used to find out whether an error caused by a wrong password occurred on this table.
|
|
|
|
|
|
|
|
| Returns the list of tables watched by HWatch. |
|
|
|
|
|
|
|
| Describes a table programmatically. |
|
|
|
|
|
|
|
Unlocks a record locked by: - HLockRecNum,
- a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example).
|
|
|
|
|
|
|
|
| Returns the content of the current record (in a file, a view or a query, ...). |
|
|
|
|
|
|
|
| Returns the list of synonyms used by a full-text index. |
|
|
|
|
|
|
|
| Returns the list of stop words used by a full-text index. |
|
|
|
|
|
|
|
| Writes a record into a table without updating the indexes corresponding to all keys used in the table. |
|
|
|
|
|
|
|
| Unlocks a file that was locked by the same program with HNoModif. |
|
|
|
|
|
|
|
| Exports the records found in a table (HFSQL or OLE DB), a view or a query to a CSV file. |
|
|
|
|
|
|
|
| Sets the position on the next table record according to a browse item. |
|
|
|
|
|
|
|
| Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user. |
|
|
|
|
|
|
|
| Sets the position on a record, based on the approximate position of one of its items. |
|
|
|
|
|
|
|
| Returns the full path of the directory of HFSQL tables specified by the user when installing the application. |
|
|
|
|
|
|
|
| Returns the approximate position of current record in the table.
|
|
|
|
|
|
|
|
| Reads a record in a file according to a given record number. |
|
|
|
|
|
|
|
| Allows you to find out whether the record on which you want to be positioned is located outside the table, filter, view or query. |
|
|
|
|
|
|
|
| Temporarily disables the filter on a table (view or query). |
|
|
|
|
|
|
|
| Checks whether the current record corresponds to the current filter or search. |
|
|
|
|
|
|
|
| Checks that one or all records in an unalterable table have not been modified (e.g. with a hexadecimal editor). |
|
|
|
|
|
|
|
| Deletes a previously created view. This function uses the former view mechanism. |
|
|
|
|
|
|
|
| Returns the list of links (Merise) in the current database schema or in a specific database schema. |
|
|
|
|
|
|
|
| Checks that one or all records in an unalterable table have not been modified (e.g. with a hexadecimal editor). |
|
|
|
|
|
|
|
| Returns the content of the current record (in a file, a view or a query, ...). |
|
|
|
|
|
|
|
| Stores the current file context (current record, filter, pointers). |
|
|
|
|
|
|
|
| Reads a record in a file according to a given record number. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile support NULL values in items of HFSQL tables and for all other types of access (Native, OLE DB... |
|
|
|
|
|
|
|
| Used to check whether a lock error occurred. |
|
|
|
|
|
|
|
| Used to check whether an integrity error occurred. |
|
|
|
|
|
|
|
| Converts the content of the current record to string (in a table, HFSQL view, query, etc.). |
|
|
|
|
|
|
|
| The database schema proposes two types of Unicode items ... |
|
|
|
|
|
|
|
| Returns the list of stop words used by a full-text index. |
|
|
|
|
|
|
|
| Sets the position on the last record of a table according to a browse item. |
|
|
|
|
|
|
|
Unlocks a record locked by: - HLockRecNum,
- a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example).
|
|
|
|
|
|
|
|
| Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file. |
|
|
|
|
|
|
|
| Describes a file item programmatically. |
|
|
|
|
|
|
|
| Sets the position on the first record of a table according to the specified browse item. |
|
|
|
|
|
|
|
| Sets the position on the next table record according to a browse item. |
|
|
|
|
|
|
|
| Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX). |
|
|
|
|
|
|
|
| Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file. |
|
|
|
|
|
|
|
| Describes a table programmatically. |
|
|
|
|
|
|
|
| Describes a link between two tables programmatically. |
|
|
|
|
|
|
|
| Exports the records found in a table (HFSQL or OLE DB), a view or a query to a CSV file. |
|
|
|
|
|
|
|
| Stops watching a table on an HFSQL server. |
|
|
|
|
|
|
|
| Writes a record into a table without updating the indexes corresponding to all keys used in the table. |
|
|
|
|
|
|
|
| Forbids all the modifications on a table (for all the programs, including the one that requested the no-modification policy). |
|
|
|
|
|
|
|
| Deletes all records from a table, an HFSQL view or a query. |
|
|
|
|
|
|
|
| Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers. |
|
|
|
|
|
|
|
| Returns the spatial keys of a table (used in a query or view) recognized by the HFSQL engine. |
|
|
|
|
|
|
|
| Sets the position on the previous record of the table according to a browse item. |
|
|
|
|
|
|
|
| Used to find out whether the record on which you want to be positioned is located outside the table, filter, view or query. |
|
|
|
|
|
|
|
| Returns the list of keys in a table (query or view) recognized by the HFSQL engine. |
|
|
|
|
|
|
|
Unlocks the records of a table:- locked by HLockFile.
- individually locked by a locking read function.
|
|
|
|
|
|
|
|
| Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX). |
|
|
|
|
|
|
|
| During the life of an application, items live and die... |
|
|
|
|
|
|
|
Creates an HFSQL view. This function uses the former view mechanism. |
|
|
|
|
|
|
|
Unlocks the records of a table:- locked by HLockFile.
- individually locked by a locking read function.
|
|
|
|
|
|
|
|
| Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file. |
|
|
|
|
|
|
|
| Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine. |
|
|
|
|
|
|
|
| Returns the list of items: |
|
|
|
|
|
|
|
| Deletes a record from a table (query or view). |
|
|
|
|
|
|
|
Returns the list of files:- current database schema.
- database schemas in progress (projects with multiple database schemas).
- a specific database schema recognized by the HFSQL engine.
- available on a connection via a Native Connector or an OLE DB driver.
- for a group of files defined in the data model editor.
|
|
|
|
|
|
|
|
| Returns the list of synonyms used by a full-text index. |
|
|
|
|
|
|
|
| Ends the description of the structure of an xBase table programmatically. |
|
|
|
|
|
|
|
| Deletes all records from a table, an HFSQL view or a query. |
|
|
|
|
|
|
|
| Stops watching a table on an HFSQL server. |
|
|
|
|
|
|
|
| Returns the approximate position of current record in the table.
|
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection... |
|
|
|
|
|
|
|
| Sets the position on the last record of a table according to a browse item. |
|
|
|
|
|
|
|
| Returns the list of tables watched by HWatch. |
|
|
|
|
|
|
|
| Returns the spatial keys of a table (used in a query or view) recognized by the HFSQL engine. |
|
|
|
|
|
|
|
Initializes: - one or all variables of file items with their default values.
- one or all items of a Record variable with their default values.
|
|
|
|
|
|
|
|
| Returns the list of keys in a table (query or view) recognized by the HFSQL engine. |
|
|
|
|
|
|
|
| Deletes a previously created view. This function uses the former view mechanism. |
|
|
|
|
|
|
|
Initializes: - one or all variables of file items with their default values.
- one or all items of a Record variable with their default values.
|
|
|
|
|
|
|
|
| Converts the content of the current record to string (in a table, HFSQL view, query, etc.).
|
|
|
|
|
|
|
|
| Defines and enables a filter on a table, view or query. |
|
|
|
|
|
|
|
| Sets the position on the previous record of a file according to a browse item. |
|
|
|
|
|
|
|
| Checks whether the current record corresponds to the current filter or search. |
|
|
|
|
|
|
|
| Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string. |
|
|
|
|
|
|
|
| Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string. |
|
|
|
|
|
|
|
| Sets the position on the previous record of a file according to a browse item. |
|
|
|
|
|
|
|
| Lists the words of the current record that will be taken into account by the full-text indexing. |
|
|
|
|
|
|
|
Creates an HFSQL view. This function uses the former view mechanism. |
|
|
|
|
|
|
|
| Returns the content of an item found in the current record (in the table, view, query, ...). |
|
|
|
|
|
|
|
| Adds a calculated row to a Table control by providing custom calculation procedures. |
|
|
|
|
|
|
|
| Writes cells (values of items) to one or more rows (records) in an HBase table. |
|
|
|
|
|
|
|
| Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table... |
|
|
|
|
|
|
|
| Returns the number of the current record in a Table control based on a data file. |
|
|
|
|
|
|
|
| Returns the status of a node in a Treeview Table control: collapsed, expanded or not found. |
|
|
|
|
|
|
|
| Gets the rights granted to a user or group on an HFSQL Client/Server table.... |
|
|
|
|
|
|
|
| Returns the content of an item found in the current record (in the table, view, query, ...). |
|
|
|
|
|
|
|
| Reinitializes the content of a Scheduler control from its data source (HFSQL table, for example). |
|
|
|
|
|
|
|
| The following functions are used to manage loopers in the Table controls and the Looper controls:... |
|
|
|
|
|
|
|
| An Item Description variable is used to describe one or more items in a table programmatically. |
|
|
|
|
|
|
|
| Changes the path to a table (i.e. directory in which the file will be handled). |
|
|
|
|
|
|
|
| Allows you to get a set of harmonious colors without having to use a table of colors. |
|
|
|
|
|
|
|
| Entirely calculates or recalculates a Pivot Table control, without blocking the application. |
|
|
|
|
|
|
|
| Refreshes a List Box, ListView or Combo Box control based on a table |
|
|
|
|
|
|
|
| Reinitializes the content of a Scheduler control from its data source (HFSQL table, for example). |
|
|
|
|
|
|
|
| The Alias type is used to declare and handle a logical alias for a table or query. |
|
|
|
|
|
|
|
| Modifies the specified record or the record found in memory in the table (query or view). |
|
|
|
|
|
|
|
| Saves the result of the calculation performed in a Pivot Table control (in a file or in memory). |
|
|
|
|
|
|
|
| Modifies the specified record or the record found in memory in the table (query or view). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|