Operation Functions and Methods
Description
List of functions and methods for performing operations on DBF tables.
- Name
- Description
- A5_ADOImportTable Function
Import an ADO Table. Fields is a comma delimited list of fields or empty string for all fields.
- a5_append_op_ok Function
Returns .flag (.t. or .f.) and .error if the Operation is fully, and correctly defined.
- A5_APPEND_QUICK Function
Appends transaction table to master table. Tables must have same field names, unless a fieldmap is supplied. Append_type is "all", "unique", or "replace". Fieldmap is a crlf delimited string. Format is mastertable_fieldname|transactiontable_fieldname. TranscationKey is only needed if fieldnames in master and transaction are not the same.
- A5_BATCH_APPEND Function
Displays the Append records dialog from inside a form or browse layout.
- A5_BATCH_COPY Function
Displays the Copy or Move records dialog from inside a form or browse layout.
- A5_BATCH_DELETE_MARK Function
The A5_BATCH_DELETE_MARK() function displays the Delete/Mark/Un-mark dialog box when a form or browse is open.
- A5_BATCH_EXPORT Function
Displays the Export records dialog from inside a form or browse layout.
- A5_BATCH_MOVE Function
Displays the Move records dialog from inside a form or browse layout.
- A5_BATCH_UPDATE Function
The A5_BATCH_UPDATE() function displays the Update Fields dialog box when a form or browse is open.
- a5_copy_op_ok Function
Returns .flag (.t. or .f.) and .error if the Operation is fully, and correctly defined.
- a5_edit_query_operation Function
Brings up the editor for a saved Query Operation.
- a5_embedded_filter_genie Function
Specialized function used for embedded filter genie in Operation genies, and Select records dialog in Operation builders
- a5_export_op_ok Function
Returns .flag (.t. or .f.) and .error if the Operation is fully, and correctly defined.
- A5_GET_OPERATIONS Function
Returns a CRLF delimited list of operations for the specified table or set name
- a5_import_op_ok Function
Returns .flag (.t. or .f.) and .error if the Operation is fully, and correctly defined.
- a5_intersect_op_result Function
Displays the result of an Intersect Operation
- a5_join_op_result Function
Displays the result of a Join Operation
- a5_mark_op_ok Function
Returns .flag (.t. or .f.) and .error if the Operation is fully, and correctly defined.
- a5_multi_op_ok Function
Returns .flag (.t. or .f.) and .error if the Operation is fully, and correctly defined.
- a5_new_query_operation Function
Brings up the editor to create a new saved Query Operation.
- a5_op_genie Function
Displays the Run Operation Genie
- a5_post_op_ok Function
Returns .flag (.t. or .f.) and .error if the Operation is fully, and correctly defined.
- a5_post_toolbar Function
Returns the system toolbar for Post Operation
- a5_prompt_op_filter Function
Called from Operation builders when user selects the "Select records...." command. Prompt for Operation filter/order
- a5_run_op_genie Function
Displays the Run Operation Genie when you right click on an Operation name in the Control Panel
- a5_subtract_op_result Function
Displays the result of a Subtract Operation
- a5_sum_op_ok Function
Returns .flag (.t. or .f.) and .error if the Operation is fully, and correctly defined.
- a5_transform_join Function
Does a transform join.
- a5_update_op_ok Function
Returns .flag (.t. or .f.) and .error if the Operation is fully, and correctly defined.
- A5_VIEWDUPRECS Function
Displays a dialog shows master and duplicate records.
- a5_xtab_op_ok Function
Returns .flag (.t. or .f.) and .error if the Operation is fully, and correctly defined.
- OBJECT_OPERATION Function
Renames an object in the control panel.
- OPERATION_STARTUP Function
Create a new operation.