|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A Table control can be used to display the content of a table or query... |
|
|
|
|
|
|
|
| When you design a quick prototype, you often create windows (or pages) without defining any tables... |
|
|
|
|
|
|
|
| The "Table" keyword can correspond to... |
|
|
|
|
|
|
|
| The Table allows users to easily view and enter data stored in memory or from a table, view or query... |
|
|
|
|
|
|
|
| The database schema allows you to define the structure of tables used by the project... |
|
|
|
|
|
|
|
| Two types of directories can be configured when creating the executable... |
|
|
|
|
|
|
|
| The Table control is available for Android and iOS applications... |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Describes a full-text index of table created programmatically. |
|
|
|
|
|
|
|
| Defines and enables a filter on a table, view or query. |
|
|
|
|
|
|
|
| Sets the position on the last record of a table according to a browse item. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Forbids all the modifications on a table (for all the programs, including the one that requested the no-modification policy). |
|
|
|
|
|
|
|
| Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine. |
|
|
|
|
|
|
|
| Stores the current context of a table: current record, filter, read pointers. |
|
|
|
|
|
|
|
| Temporarily disables the filter on a table (view or query). |
|
|
|
|
|
|
|
| Sets the position on the next table record according to a browse item. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file. |
|
|
|
|
|
|
|
| Sets the position on the next table record 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.
|
|
|
|
|
|
|
|
| Unlocks a file that was locked by the same program with HNoModif. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Adds or modifies a trigger on an HFSQL table. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Deletes a previously created view. This function uses the former view mechanism. |
|
|
|
|
|
|
|
| Sets the position on the last record of a table according to a browse item. |
|
|
|
|
|
|
|
| The database schema proposes two types of Unicode items ... |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file. |
|
|
|
|
|
|
|
| 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.
|
|
|
|
|
|
|
|
| Describes a table programmatically. |
|
|
|
|
|
|
|
| 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 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). |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| 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.). |
|
|
|
|
|
|
|
| Returns the list of tables watched by HWatch. |
|
|
|
|
|
|
|
| Returns the list of stop words used by a full-text index. |
|
|
|
|
|
|
|
| Deletes all records from a table, an HFSQL view or a query. |
|
|
|
|
|
|
|
Unlocks a record locked by: - HLockRecNum,
- a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example).
|
|
|
|
|
|
|
|
| Sets the position on the last record of a table according to a browse item. |
|
|
|
|
|
|
|
| Sets the position on the previous record of the table according to a browse item. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Returns the content of the current record (in a file, a view or a query, ...). |
|
|
|
|
|
|
|
| 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). |
|
|
|
|
|
|
|
| Describes a file item programmatically. |
|
|
|
|
|
|
|
| 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 number of columns found in a Table or TreeView Table control.
the number of rows... |
|
|
|
|
|
|
|
| Indicates whether or not a Table or TreeView Table control is in edit mode. |
|
|
|
|
|
|
|
| Adds a column title-header into a Table or TreeView Table control in a window. |
|
|
|
|
|
|
|
| Table controls can be bound to a table, to a variable, or be populated programmatically...... |
|
|
|
|
|
|
|
| Adds a row in:
a Table control,
a TreeView Table control,
a Combo Box control "with table"... |
|
|
|
|
|
|
|
| The Treeview Table control is a cross between the Table control and the TreeView control...... |
|
|
|
|
|
|
|
| Starts the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
|
| Refreshes a Table or TeeeView Table control from a given position:
for a field linked... |
|
|
|
|
|
|
|
| Adds a row in:
a Table control,
a TreeView Table control.... |
|
|
|
|
|
|
|
| Positions on the table record corresponding to a row selected in the multi-selection data-bound... |
|
|
|
|
|
|
|
| Inserts elements in the format of columns into a horizontal Table control. |
|
|
|
|
|
|
|
| Deletes a row from:
a Table control,
a TreeView Table control,
a table displayed in a Combo... |
|
|
|
|
|
|
|
| How to discover WINDEV Mobile?... |
|
|
|
|
|
|
|
| Updates or adds the record bound to the current row in the Table or TreeView Table control. |
|
|
|
|
|
|
|
| Deletes all rows from:
a Table control populated programmatically,
a TreeView Table control... |
|
|
|
|
|
|
|
| Moves a column in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Deletes all rows added with <Table>.FormulaAdd. |
|
|
|
|
|
|
|
| Returns the name of a column found in a Table or Treeview Table control. |
|
|
|
|
|
|
|
| The automatic table modification updates the description of tables on user computers...... |
|
|
|
|
|
|
|
| Creates an Excel file with the data from a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Modifies a row in:
a Table control,
a TreeView Table control.... |
|
|
|
|
|
|
|
| Creates an XML file from the data found in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Deletes the selected rows from a Table or Treeview Table control. |
|
|
|
|
|
|
|
| The Table controls can be handled...... |
|
|
|
|
|
|
|
| Returns the coordinates (row number and column number) of a selected cell. This function is kept... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|