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