Adding purchaseOrderForm.cls to the project
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The purchaseOrderForm.cls file is an ABL Form that implements the Department window in the application.
This section is a quick summary of how to add purchaseOrderForm.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 purchaseOrderForm.cls to the project:
- In the Project Explorer view, expand the openedge node of the SampleApp project.
- Right-click on the ui node in the tutorial folder.
- From the context menu, choose
- In the New ABL Form wizard, enter purchaseOrderForm in the Form name field.
- Click Add (next to the Implements field).
- Select IUpdatable - openedge.tutorial.ui from the Matching Interfaces list in the Interface Selection dialog.
- Click OK.
- Click Finish.
- Scroll down to the Text property in the Properties view, and change purchaseOrderForm to Purchase Order.