selectStatement STRING;
openUI myCustomerSQLRecord { isConstruct = YES }
bind selectStatement
end
The individual fields in the record for the openUI statement are not bound to variables. For this reason, EGL does not have a type for those fields and cannot verify that user input is compatible with the SQL columns associated with the fields by means of the SQLColumnName property (see sqlColumnName). For more about the isConstruct property, which determines whether the openUI statement is used for a selection statement, see openUI.
The property is a STRING type.
Specify the NUMBER type if the user can enter floating point values; if the SQL column requires whole numbers, use an integer type such as INT.
The empty string is the default value for this property. It cannot be updated at run time.
| Data item | JSF handler | VGUI record | Console UI | Text Form Java™ | Text Form COBOL | Print Form Java | Print Form COBOL |
|---|---|---|---|---|---|---|---|
| Yes | No | No | Yes | No | No | No | No |