Performs one or more actions on all retrieved
records of the current table. The actions are not performed on all
records in the database table.
You cannot use the
ActionAllRows() method to perform data manipulations on multiple
records.
Syntax
ActionAllRows(<methods>)
Parameters
Methods
The actions you want to perform.
Example
ActionAllRows(RecordWrite('<file_name>'))
|