Function AX_AXSLocking() Professional
Query or set the ADS locking scheme.
AX_AXSLocking( [<lScheme>] ) --> lLockMode
This function returns whether the ADSDBE is set to proprietary locking ( .T. ) or compatible locking ( .F. ).
If this function is called without a parameter, it returns whether the ADSDBE is operating with a proprietary locking scheme ( .T. ) or with a compatible locking scheme ( .F. ).
By passing a logical value to the function call, it is further possible to set a new locking scheme for the ADSDBE. By passing .T. to the function, the ADSDBE is instructed to use a proprietary locking scheme. Passing .F.will result in a usage of the compatible locking scheme.
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.