Xbasic
A5_EDIT_STRUCTURE Function
Syntax
C a5_edit_structure(C table_name )
Arguments
- table_name
The name of the table to edit.
Description
Launches the Table Restructure Editor
Discussion
The A5_EDIT_STRUCTURE() function displays the Restructure Table dialog box for the specified table.
Example
a5_edit_structure("customer")
Limitations
Desktop applications only.
See Also