.UpdateRecordsetFields
Syntax
UpdateRecordsetFields "Recordset"
Description
Writes all cached recordset field data to the terminal screen. In an operation,
field data can be assigned using attribute/field
input commands like DefaultValue or
TransmitToAttr. This command is used
in conjunction with the Cache
all field writes check box on the Recordset
Fields tab in the Entity window.
Notes:
- By default, an UpdateRecordsetField command will be inserted into each generated
operation when Cache all field writes is selected.
- This feature is specifically designed for character
mode applications as a solution for managing the order of screen updates.
When field data assignments are arbitrarily mixed between an operation and
a Host Integrator API, the order in which data is actually written to the
terminal can be important to the host application.
Command Parameters
Recordset |
Select the configured recordset that contains the
cached recordset field data to be written to the terminal screen once this
command executes. |
|
|