|
|
|
|
|
|
|
List of functions for HFSQL management... |
|
|
|
|
|
|
Clears a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Returns the number of the last error triggered by the HFSQL engine. |
|
|
|
|
|
|
Used to check whether a lock error occurred. |
|
|
|
|
|
|
Returns the status of a record during a modification conflict. |
|
|
|
|
|
|
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows). |
|
|
|
|
|
|
Positions on the next row of the query result. |
|
|
|
|
|
|
Checks the existence of a query. |
|
|
|
|
|
|
Positions on the previous row of the query result. |
|
|
|
|
|
|
Positions on the first row of the query result. |
|
|
|
|
|
|
Positions on the specified result row of the query. |
|
|
|
|
|
|
Modifies the content of a row in the query result. |
|
|
|
|
|
|
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control. |
|
|
|
|
|
|
Retrieves the content of a Text Memo column found in the query result, for the current line. |
|
|
|
|
|
|
Retrieves the content of a Memo column from the query result, for the current row. |
|
|
|
|
|
|
Retrieves the content of the specified column from the query result, for the current line. |
|
|
|
|
|
|
Runs the SQL code of a query created in the query editor. |
|
|
|
|
|
|
Names and runs an SQL query. |
|
|
|
|
|
|
Closes the current connection and frees the memory used by the connection. |
|
|
|
|
|
|
Sets the position on the last row of the query result. |
|
|
|
|
|
|
Returns the characteristics of all the columns (or items):
for a given table.
for a given query.... |
|
|
|
|
|
|
Retrieves the content of the specified column from the query result, for the current line. |
|
|
|
|
|
|
Modifies the current connection. |
|
|
|
|
|
|
All the looper attributes can be handled by programming...... |
|
|
|
|
|
|
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|