Skip to main content
Version: 11.0

RecordStore()

note

This article is about the RecordStore action in the USoft Action Language.

RecordStore()

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.

tip

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.