|
|
|
|
|
|
|
Returns the list of parameters saved from the stored procedures on the server. |
|
|
|
|
|
|
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file). |
|
|
|
|
|
|
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.). |
|
|
|
|
|
|
Cancels the current search criterion. |
|
|
|
|
|
|
Modifies the physical name of a data file. |
|
|
|
|
|
|
Creates the description file of a Master Replica (logged replication or universal replication). |
|
|
|
|
|
|
Declares a description of data file (found in an analysis) in the current project. |
|
|
|
|
|
|
Returns the list of parameters for a query created in the query editor. |
|
|
|
|
|
|
A query created in the query editor can contain several types of items...... |
|
|
|
|
|
|
A composite key is a key item containing several other items...... |
|
|
|
|
|
|
The Type property is used to get:
the type of element (data file or item) defined programmatically or in the data model editor, view or query.
the type of object.
the type of data held in a Variant.... |
|
|
|
|
|
|
Lists the words of the current record that will be taken into account by the full-text indexing. |
|
|
|
|
|
|
Returns the content of the current record (in a file, a view or a query, ...). |
|
|
|
|
|
|
Ends the description of the structure of an xBase data file through programming. |
|
|
|
|
|
|
Describes through programming the different index files that will be created. |
|
|
|
|
|
|
Finds out and modifies the priority of the calling application. |
|
|
|
|
|
|
Modifies the priority of a client application. |
|
|
|
|
|
|
Returns the value of a record item when a modification conflict occurs.. |
|
|
|
|
|
|
The different types of items proposed in the data model editor are as follows: |
|
|
|
|
|
|
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item. |
|
|
|
|
|
|
Closes a connection to a database. |
|
|
|
|
|
|
Used to:
return the value of a record item if a modification conflict occurs.
check if a modification conflict occurred.... |
|
|
|
|
|
|
Performs the following operations:
If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation.
If the file exists, opens the file.... |
|
|
|
|
|
|
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled...... |
|
|
|
|
|
|
Lists the words of the current record that will be taken into account by the full-text indexing. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|