Column events
- Last Updated: April 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
There are LEAVE and ENTRY events that reference the browse
object itself. For example:
|
You can also write LEAVE and ENTRY triggers for
individual columns. These triggers can refer to fields in the current row and can set
and get attributes of the current cell by using either the name of the column in the
browse or the SELF keyword. For example, you can enable the
PO column in the OrderBrowse and then
define this LEAVE trigger for it:
|
Or more simply, you can use the SELF keyword to refer to the cell:
|
Either way, you see the result shown in the following figure when you run the procedure.