RecordStore()

Previous Next

Stores the record internally and, if specified, displays a message about this.

The result of this is that the (new version of) the record becomes known to other objects. RecordStore() does NOT commit the transaction. Use DataCommit() to commit the transaction.

Syntax

RecordStore( mode )

 

mode  :=  { QUIET | }

 

If you pass the value QUIET for mode, the message is not displayed.