OpenEdge GUI ABL window with a browse compared to an OpenEdge GUI for .NET form with a grid
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
OpenEdge GUI ABL window with a browse compared to an OpenEdge GUI for .NET form with a grid
Whether you are working with the OpenEdge GUI or with the OpenEdge GUI for .NET, the steps you take to create a functional window with a browse or data grid are similar using both technologies—only the syntax is different. In either case you need to do the following:
- Create the window or form
- Define the query
- Enable the browse or data grid
- Display the window or form
- Wait for the window or form to close
The following
table lists various ABL statements that compare how you build a
window with a browse using the OpenEdge GUI compared to building a
form with a data grid using the OpenEdge GUI for .NET. Note
that the OpenEdge GUI for .NET code assumes the following USING statements:
|
| OpenEdge GUI | OpenEdge GUI for .NET |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
— |