The ABL Dialog
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You use the ABL Dialog when you want a modal window for your application. Modal windows require user action before the user can work with any other window in an application.
Because user response is mandatory, the ABL Dialog automatically implements OK and Cancel buttons. Event subscription and event logic for a click are pre-coded for each of these buttons.
You will implement an ABL Dialog in Creating the Login Dialog