Advantage Error Guide
Problem: The application issued an illegal command (where XXXXXX is the illegal command) during a transaction.
Solution: The following commands and their associated functions are illegal and will not be performed when used within a transaction:
UNLOCK, AX_Unlock(), dbUnlock(), dbUnlockAll(), dbRUnlock(), AX_IsLocked()
PACK, ZAP
REINDEX, dbReindex()
DELETE TAG, AX_KillTag(), ordDestroy()
AX_DBFEncrypt(), AX_DBFDecrypt()
AX_File2BLOB()
CLOSE, CLOSE INDEXES, AX_ClearOrder(), dbCloseArea(), dbClearIndex()
Note A CLOSE command will not only cause an error, it will actually close the table and any open indexes in the work area and then rollback the current transaction.