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