Try OpenEdge Now
skip to main content
Introducing the Progress Developer Studio for OpenEdge Visual Designer
Creating the Department Window : Adding departmentForm.cls to the project
 

Adding departmentForm.cls to the project

The departmentForm.cls file is an ABL Form that implements the Department window in the application.
This section is a quick summary of how to add departmentForm.cls to the SampleApp project. The procedure is essentially the same as the one described in the Adding customerForm.cls to the project. That section provides more detailed information about the steps in this section.
To add departmentForm.cls to the project:
1. Expand the openedge node in the SampleApp project in the Project Explorer view.
2. Right-click on the ui node in the tutorial folder.
3. From the context menu, select New > ABL Form.
4. In the New ABL Form wizard, enter departmentForm in the Form name field.
5. Click Finish.
6. Scroll down to the Text property in the Properties view, and change departmentForm to Department.