Use multiple windows
- Last Updated: April 30, 2024
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
As you already learned, there is no DEFINE WINDOW statement in ABL. Any
windows you build for your application are dynamic windows. This section summarizes some
of the window handles and attributes that can be useful to you in designing an
application with multiple windows.
You create a window with the CREATE WINDOW statement, which has the same
syntax as every other CREATE statement you have seen.