version 3
ONE RECORD SELECT {(table)}
| Parameter | Type | Description | |
| table | Table | Table for which to reduce the | |
| selection to the current record, or | |||
| Default table, if omitted |
Description
ONE RECORD SELECT reduces the current selection of table to the current record. If no current record exists, ONE RECORD SELECT has no effect.
Historical Note: This command was useful to "get back" into the selection a record that had been pushed and popped from the record stack while the selection for the table was changed. In version 6, SET QUERY DESTINATION allows you to make a query without changing the selection or the current record of a table; therefore, you no longer need to push and pop a current record in order to query its table. Consequently, ONE RECORD SELECT is less useful, unless you actually want to reduce the selection of a table to the current record.