The button triggers
- Last Updated: October 14, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Next come the four button triggers you defined yourself. Just look at the first of them to
confirm the syntax of the ON statement:
|
When you define triggers in the Section Editor, it masks the syntax
of the ON statement somewhat by putting the event name and the object
name into fill-ins that you can select. It also automatically adds the IN
FRAME qualifier for you, based on which frame contains the object.