Try OpenEdge Now
skip to main content
Introducing the Progress Developer Studio for OpenEdge Visual Designer
Creating the Purchase Order Window : Running purchaseOrderForm.cls
 

Running purchaseOrderForm.cls

To run purchaseOrderForm.cls:
1. Save purchaseOrderForm.cls, if necessary.
2. Select purchaseOrderForm.cls in the Project Explorer view.
3. Select Run > Run As > Progress OpenEdge Application on the main menu bar.
When the Purchase Order form runs, you can check its functionality, which includes:
*Displaying data from the first record of the PurchaseOrder table of the sports2000 database in the Details fields.
*Navigating through the records using the First, Previous, Next, and Last buttons.
*Creating a new record by clicking Add, and entering data. Click Save (or Cancel if you do not want to save) after entering data.
Notice that the Date Entered and the Date Received fields have drop-down calendars that allow you to click on a date.
*Deleting a record by navigating to it and clicking Delete.