Field editing key function events
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following table describes field editing key function events.
| Event | Affected widgets | AVM action |
|---|---|---|
BACKSPACE
|
Fill-in, browse cell | Delete one character to the left. |
CLEAR
|
Fill-in, browse cell | Clear the current field value (character interfaces only). |
DELETE-CHARACTER
|
Fill-in, browse cell | Delete one character to the right. |
RECALL
|
Fill-in, browse cell | Restore the field to its value when it was last enabled. |
RETURN
|
Fill-in, browse cell | Default behavior is different for character and graphical interfaces and dependent on the DATA-ENTRY-RETURN attribute of the SESSION handle. |