Xbasic
A5_CHECKINDEXESDIALOG Function
Syntax
C a5_CheckIndexesDialog([C defaultTable ])
Arguments
- defaultTable
Character
Description
Displays the Check Indexes dialog box.
Discussion
The A5_CHECKINDEXESDIALOG() function displays the Check Indexes dialog box. When you run an index check from this dialog Alpha Anywhere checks its index's validity and tells you if index keys are missing. An index is valid if it contains keys for every record in the table, and it is invalid if there are keys that it should contain, but does not. In the case of a filtered index, the index is valid if it contains keys for every record that satisfies the index filter expression.
Example
a5_checkindexesdialog()
Limitations
Desktop applications only.
See Also