ActionSelectedRows()

Previous Next

In a table with spreadsheet-look it is possible to perform one or more actions on all selected records.

You cannot use the ActionSelectedRows() method to perform data manipulations on multiple records.

Syntax

ActionSelectedRows(<methods>)

Parameters

methods

The actions you want to perform, separated by commas.

Example

ActionSelectedRows(RecordWrite('C:\MY FILE.TXT',','))