abortifstructurelocked
ACTION

The abortifstructurelocked statement Check if database structure is locked, if it is, notify user and stop program.


Parameters

This statement has one parameter:

action – action user wants to perform.


Description

This statement checks if database structure is locked (because the database is shared), if it is, notify user and stop program. This example will display the message Cannot insert field. if the database is shared.

abortifstructurelocked "insert field"

See Also


History

VersionStatusNotes
10.2NewNew in this version.