Xbasic
A5_EDIT_INDEXES Function
Syntax
C a5_edit_indexes(C table_name )
Arguments
- table_name
The name of the table whose indexes you wish to edit.
Description
Launches the Index Builder
Discussion
The A5_EDIT_INDEXES() function displays the Index Builder dialog box for the selected table.
Example
A5_EDIT_INDEXES("customer")
Limitations
Desktop applications only.
See Also