isConstruct

The isConstruct property specifies whether the purpose of the openUI statement is to create selection criteria for use in an SQL statement such as SELECT. For more information, see openUI. The following values are available:
NO (the default)
Each field is bound to a variable, as usual.
YES
The entire openUI statement is bound to a single text variable. That variable receives the user's input, which is formatted for use in an SQL WHERE clause.

The property is a BOOLEAN type. You cannot update the property at run time.

The default value for this property is NO.


Feedback