Modify fill-in attributes in the Properties Window
- Last Updated: December 28, 2023
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
First, you should disable the fill-in fields for the Customer table, because
there is no way to actually save changes to them.
To make a change to more than one field at a time, use the special Properties Window in the AppBuilder:
- In the AppBuilder, open the h-CustOrderWin2.w procedure.
- Select all of the Customer fields, either by dragging a
rectangle around them or by selecting them in turn using the
CTRL+Click sequence:
- From the AppBuilder menu, select .
- Double-click on the Enable line to change it from
Yes to No:
- Click the green check mark to register your change, and then close the Properties Window.
- Save the window as h-CustOrderWin3.w.
- Run the window to see the effect of your changes:
Because the fields are now disabled, they are no longer highlighted as they were when they were enabled. Note the difference between the appearance of these fields and the fill-in fields below the browse. When you defined the fields below the browse, you set the Read-Only attribute in the field property sheet and you turned Enable on. In this combination, the fields are not highlighted but their box outline remains.
Customer.Name field.
Note that among other attributes, the Type of the field (which is its visualization type) is available only when you select one field at a time. You use this option in the next section to change the display type of a field.