Appearance
- Background Color
Specifies the color of the control's background.
The Frame Control will show a box that can display any user form, within the project.
The Frame Control displays a preview of the target form and also gives layout information during design mode.
The information given includes the Name of the target form and its actual Width and Height.
This information is displayed during design mode in the Form Designer along with a background preview of the target form.
Once the user form enters Test Mode the information is hidden and the target form becomes operational.
When viewed in a browser two Frame Controls cannot display the same Form.
The Error Result, of controls being displayed in the Frame Control, are not passed into Frame Controls.
If any controls, displayed in the Frame Control, are in error this is to be indicated we recommend passing the errors into variables and then into the Frame Control or the User Form it exists on.
This control does not have a caption property. Consider adding a label control if a caption is required.
Specifies the color of the control's background.
Controls whether the control is enabled (if the result is TRUE) or disabled (if the result is anything other than TRUE, e.g. FALSE).
Determines whether the value of the control is in error. The result of this rule is a string containing the error message if the value is in error, otherwise a blank string or the number zero.
Gets or sets the name of the form to be displayed inline.
Controls the visibility behavior of the horizontal scroll bar for this frame control's content.
Configures the position of the control in the form tab order.
Controls the visibility behavior of the vertical scroll bar for this frame control's content.
Determines whether the control is visible (TRUE) or hidden (FALSE).
Optional text which can be used to provide information belonging to or about a control. For example, a list of CSS classes which can be parsed and applied to the control using the Integration Theme in DriveWorks Live. This doesn't affect the control's behavior.
The name of the control
Optional text which can be used to describe the control, but which doesn't affect the control's behavior.
Controls the duration, in seconds, for which the tooltip will remain visible. Values of 0 and below indicate an infinite duration.
Specifies the text to display in a tooltip when hovering over the control.
DriveWorks Tech Tips Portal |
Frame Control The Frame control displays a box in which any user form, within the project, can be displayed, which can be used to create tabs which display different forms when clicked. |
DriveWorks Tech Tips Portal is available to DriveWorks Pro customers with an active subscription and support contract. Tech Tips provide cut down projects that highlight specific functionality for faster and more effective learning. To access the portal:
The portal provides a search facility, start typing the name of the Tech Tip (as indicated above) to display the Tip you require. |
A user form control that displays a box in which a dialog form can be displayed.