Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A valid use for this property is when an event or stored procedure alters the values of controls, and this is intended to be reflected in the contents of @RECORD associated with the form, for purposes of symbolic calculation. As previously mentioned, the contents of @RECORD will not be used at WRITE time. Instead the form I/O logic extracts the values from the controls themselves to output to the database. @RECORD is a secondary and possibly partial (in the case of multi-table forms) representation of the contents of the controls.

...