To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
The SetFieldActive() method is used to enable/disable form fields used in the current dialog. The disabled field remains visible, but the user cannot edit the value in it.
The syntax of the method invocation is:
DIALOG.SetFieldActive("field_list", boolean)
The field_list argument is represented by a string which contain the field qualifier and, optionally, a prefix (e.g., "[table_name.]column"). The field list can also be represented as a table prefix followed by an asterisk, which means that all the columns present in the table will be taken into account.
The Boolean argument is represented by 1(TRUE) or 0(FALSE) and indicates whether the specified fields are active or not, respectively.
If you disable all the fields within a current dialog, its execution will be skipped.