Language Reference Guide : 4. System Classes : TableField Class : QueryOps Attribute
 
Share this page                  
QueryOps Attribute
Data Type: smallint
4GL Access: RW
The QueryOps attribute specifies the CurOps value to use when the CurMode attribute for a frame is FM_QUERY.
OpenROAD enforces this attribute whenever the frame's CurMode setting is FM_QUERY. If you change this attribute when the CurMode attribute is set to a value other than FM_QUERY, it does not take effect until you also change the CurMode setting to FM_QUERY.
Valid values are:
OP_NONE
OP_APPEND
OP_APPENDINSERT
OP_APPENDDELETE
OP_APPENDINSERTDELETE
Descriptions of system constant values and their numeric equivalents are listed in TableField Operations Settings.
Setting the CurOps attribute can affect the setting of the QueryOps attribute. For information about this relationship, see CurOps Attribute.