Method DacSession():inTransaction() Professional
Determines whether a transaction is currently being processed.
:inTransaction() --> lInTransaction
This method returns .T. (true) if a transaction is currently being processed in the session. Otherwise .F. (false) is returned.
This method checks if a transaction is currently in progress which is not yet committed.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.