Xbasic
A5_DEL_FIELDS_FM_TABLE Function
Syntax
Result_Flag as L = a5_del_fields_fm_table(C tablename ,C field_list )
Arguments
- Result_Flag
Character, .T. = indicates success .F. = inidicates failure
- tablename
The table contain the fields. Character
- field_list
A CR-LF delimited list of fields to remove from the table. Character
Description
Removes fields from a table. Field_list is a crlf list of fields to be removed.
Discussion
The A5_DEL_FIELDS_FM_TABLE() function removes the fields in Field_List from Tablename.
Example
? a5_del_fields_fm_table("cust_copy", "lastname") = .T.
Limitations
Desktop applications only.
See Also