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

Running customerForm.cls

To run customerForm.cls:
1. Save customerForm.cls.
2. Select customerForm.cls in the Project Explorer view.
3. Select Run > Run As > Progress OpenEdge Application on the main menu.
When the Customer form runs, you can check its functionality, which includes:
*Displaying data from the Customer table of the sports2000 database in the primary or parent band.
*Expanding a parent band to display a child band, which contains related data from the Salesrep table of the sports2000 database.
*Editing data fields. The UltraGrid control implements the standard editing features that you would expect. For example, you can modify, copy, and paste the contents of a field. Also, when you right-click on a field, you see a drop-down menu with standard editing commands.
*Changing the sort order by clicking on a column heading.
*Moving columns by dragging the column headers to another position.
*Group columns by dragging column headers to the upper area of the form. You can restore the default view by dragging the column header back down to the lower area of the form.