2022.1

Table Of Contents
Property Description
tables The detail tables that belong to this record. You can access a specific table
using a numeric index or the table name; see "table" on page460.
Example
See this How-to for an example of how the current record index and/or the total number of
records in the record set can be displayed in a document: How to get the record index and
count.
Methods
Note
These methods cannot be used in post-processor scripts, because they operate on the
current record before it is written to the database.
Method Description
"set(record)" below Sets field values in the current record.
"setCopy(i, record)" on page448 Sets field values in a copy of the current record.
set(record)
This method of the record object sets field values in the current record in the main data set, or
in a row in a detail table. (See also: "record" on page450.)
Note
This method cannot be used in post-processor scripts, because it operates on the current
record before it is written to the database.
record
Page 446