Working With controls form designer
You can view and modify control property values in the control forms.
- To move a control:
- Click a control and drag it.
- Drop the control on
any location that is highlighted when the cursor hovers over it.Note: Existing controls are moved automatically if required.
- To delete a control:
The Web Form Designer allows you to hide controls but do not delete them. Use Application Architect if you must delete a control.
- To hide a control:
- Select the control, and select the Advanced tab.
- Clear the
Visible
property field value in the Appearance group.Note: To reuse the space occupied by the hidden control, move the control to another location such as the bottom of the page. Use Application Architect if you must delete a control.
Add a Control/Data field. See Adding a data field to a form (Adding a control)
- To change the size of a control:
- Select the control, and select the Layout tab.
- Change the Row Span
or Column Span properties as required in the Size group.
For example, on the AccountDetails form, Desc. of Business spans two rows. Note that some types of controls have a constant display size regardless of the number of spaces occupied.
- To change the label on a control:
- Select the control, and select the Basic tab.
- Change the Caption property as required in the Appearance group.
- To make a control data read-only:
- Select the control, and select the Basic tab.
- Check the Read Only field in the Behavior group.