CommitKeyObjects()

Application object

This method "commits" or saves changes made to forms or sets that you retrieved using GetFormByKey or GetSetByKey. Any changes you made are written to the database. Then the form or set is deleted from memory and is therefore no longer accessible unless you "Get" it again.

Note that no FORMS validations are performed on objects (including fields) that you change before calling this method. It is up you to make sure that the correct statuses are set.

We recommend that only advanced users call this method.

ReleaseKeyObjects

Delete (on the Form object)

Delete (on the Set object)

Example that uses CommitKeyObjects

The Application object