|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Modifies the location for the description of subscriber replica (RPL file). |
|
|
|
|
|
|
|
| Defines a window as chart destination. |
|
|
|
|
|
|
|
| Defines a meta file as chart destination (EMF means Enhanced Meta File). |
|
|
|
|
|
|
|
| Defines an Image control as destination of a chart. |
|
|
|
|
|
|
|
| Defines a BitMap file as destination of a chart (BMP means BitMap). |
|
|
|
|
|
|
|
| Draws a chart according to the specified parameters. |
|
|
|
|
|
|
|
| Initializes the color of a series or the color of a section. |
|
|
|
|
|
|
|
| Checks whether the current record corresponds to the current filter or search. |
|
|
|
|
|
|
|
| Used to find out:
whether the content of a file was modified.
whether the content of a file used by a query was modified.... |
|
|
|
|
|
|
|
| Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file). |
|
|
|
|
|
|
|
| Modifies the search mode of physical data files (.FIC, .NDX, ...). |
|
|
|
|
|
|
|
| Regardless of the platform used, the data stored in the HFSQL files is in ANSI format. |
|
|
|
|
|
|
|
| Defines a meta file as chart destination. |
|
|
|
|
|
|
|
| Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.). |
|
|
|
|
|
|
|
| Converts a numeric value into a binary string in order to perform a search on a numeric key. |
|
|
|
|
|
|
|
| Adds or deletes the spaces found on the right of a text item when reading it. |
|
|
|
|
|
|
|
| Enables the filter that was previously created for the specified data file (view or query). |
|
|
|
|
|
|
|
| Creates a logical alias of a data file (or query) or cancels all existing aliases. |
|
|
|
|
|
|
|
| Cancels an alias that was declared beforehand by HAlias. |
|
|
|
|
|
|
|
| Used to:
Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine.
Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery).... |
|
|
|
|
|
|
|
| Cancels the current search criterion. |
|
|
|
|
|
|
|
| Moves several records forward from the current position in the data file, according to a specified item. |
|
|
|
|
|
|
|
| Locks a data file and restricts the access to this data file for all other sites or applications. |
|
|
|
|
|
|
|
| Locks a record and restricts the access to this record for all the other applications. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|