The full allocation of form controls are available directly from the command bar in Form Design.
When the screen width is reduced, command bar overflow will present a drop down for the remaining controls to be selected.
All controls that present tabular data have a column width property. This will set all the columns in view to the value applied to the property.
This property applies to the following controls:
Property Type: Static
Default Value: Blank.
To Change the Default Value
Ensure the property is a static property (It will display the gray orb alongside the property name).
The default value of the static property can be changed by:
Examples
Column Width Property Value (static) | Result | Notes |
---|---|---|
200 | Changes the width of the columns in the control to 200 units | The value is entered directly into the property. |
A rule can also be built for this property by changing the type to dynamic.
See How To: Change A Static Property To A Dynamic Property.
Column Width Property Value (dynamic) | Result | Notes |
---|---|---|
IF(DWVariableColumnQty=3, 300, 200) | Sets the column width to be 300 if the variable is 3, otherwise the width is 200 | The value can be set by making the property dynamic (see above), launching the rule builder and applying the function. |
Button controls can have the value TextOverPicture applied to the Picture Style property.
This allows caption text to sit in front of an image placed on the control.
This value is available for the following controls:
The color of the input area can be set for text box controls.
This property is available for the following controls:
The border displayed around the input area of text boxes can be hidden with the Show Border property.
The image below shows a text box with the Show Border property set to TRUE (top). And a Text Box with the Show Border property set to FALSE (bottom).
This property is available for the following controls:
Three new properties have been added to the Child Specification List controls. These are:
Hidden Result Columns
When selecting this property in the property grid, a drop down of the names of all output columns will be displayed.Hidden Item Values
When selecting this property in the property grid, a drop down of the names of all item value columns will be displayed.Value set in Form Designer. Static properties can be made Dynamic by double clicking the gray radio button.