Language Reference Guide : 4. System Classes : TableField Class : UpdateOps Attribute
 
Share this page                  
UpdateOps Attribute
Data Type: smallint
4GL Access: RW
The UpdateOps attribute specifies the CurOps value to use when the CurMode attribute for the frame is FM_UPDATE.
OpenROAD enforces this attribute whenever the frame's CurMode setting is FM_UPDATE. If you change this attribute when the CurMode attribute is set to a value other than FM_UPDATE, it does not take effect until you also change the CurMode setting to FM_UPDATE.
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 UpdateOps attribute. For information about this relationship, see CurOps Attribute.