Method CryptTable():enable() Professional

Enables automatic encryption/decryption of a table, opened in a workarea.

Syntax
:enable( [<nSelect>] ) --> lSuccess
Parameters
<nSelect>
The number of a workarea. The default value is the return value of Select().
Return

Returns .T. on success, .F. otherwise.

Description

The method :enable() enables the automatic encryption/decryption of data in the given workarea. Decryption takes place when reading a record, and encryption takes place when writing a record.

This method must be called after opening a table, but before opening indices for this workarea.

Feedback

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.