Copy operations
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Copy operations (ON CHOOSE OF MENU-ITEM EM_Copy)
are similar to cut operations except that they leave the FOCUS data
unchanged. However, if the data to be copied is a radio set, the
example assumes that the character value of the radio set label visible
on the display (FOCUS:LABEL) is what the user wants
to copy rather than its value (FOCUS:VALUE). This is
a useful implementation where the radio set represents an integer
and the FOCUS:VALUE attribute contains a right-justified
integer string. For example:
|