Adding editors
- Last Updated: March 30, 2020
- 4 minute read
- OpenEdge
- Version 12.2
- Documentation
In this section, you will add several editors to the UltraGroupBox. Editors are user-input fields and/or display fields that you can customize to show particular data types in a particular format. After you add an editor to a form or a container, you usually add an UltraLabel to identify the editor's purpose. Finally, you align the controls with respect to each other. The Visual Designer supports most of the functionality for moving, aligning, and resizing objects that is standard on graphical editors on Windows platforms.
To add an editor to ultraGroupBox1:
As you add more controls to the Purchase Order form, you will probably need to adjust the size and alignment of the controls within the form. Use your own judgment to give the user interface an uncluttered, balanced, and attractive look. You can also experiment with the various properties that are available for each control, such as appearance, color, font, and style.
The following table lists the remaining editors and labels to add to ultraGroupBox1.
| Editor | (Databinding)/Textproperty | MaskInput property | ultraLabel Text property |
|---|---|---|---|
| UltraTextEditor1 | POStatus | NA | Order Status |
| UltraNumericEditor2 | SupplierIDNum | Integer 1 | Supplier ID |
| UltraDateTimeEditor1 | DateEntered | Date 1 | Date Entered |
| UltraDateTimeEditor2 | ReceiveDate | Date 1 | Date Received |
After you add and align all the editors and labels, the Details section of the Purchase Order form should look similar to the following figure.





