Creating and Using Form Backgrounds

Last Updated: 08/10/2016 Introduced in Verision: 2.0

Form Backgrounds are unique entities that are used as templates to create forms with a uniform look and feel. Form Backgrounds can be created in the Designer folder of your choice by selecting the button Create Form Background. You can create a form using an existing Form Background by selecting the desired Form Background’s thumbnail and choosing Create Form from its Action menu.

Forms that use a specific form background are automatically updated when the background is updated. In other words, the forms that use the background simply make reference to that background.

Example

In this example:
  1. Create a form background and add an image to it.  
  2. Create another form based on the form background.

To begin go to the Folders tree and navigate to a Designer folder and select the Create Form Background button.

createFormBackground

In the New Form Background pop-up, name the Form Background and click OK to create it.

nameForm

 

In the Properties panel, locate the Display section and click the Background Color selector.

pickColor

 

This opens the Color Picker, which can be used to select the appropriate color for your background.

colorPallete

 

Next, you can place a logo on our background. From the Toolbox panel, under the Data category, drag the Image component to the workspace and expand the frame of your new image slightly, to better fit the dimensions of your logo.

To display an actual image, you will have to configure the Image component’s settings in the Properties panel. If you wish to display the same image every time, and you know where the image is located, you will check the Static Image checkbox. This will change the Data Name field to an Image selector. To define the image you want to use, you will click the Image selector.

dragImageSelector

 

In the resulting pop-up, click the From File selector.

pickImage

 

Select the image and click Open.

selectImage

 

This completes the Form Background, which can now be saved. Now close the FormBackground Designer.

To create a new form using this background select the thumbnail for the Form Background and, in the Action menu, click Create Form.

createFormFromBackground

 

Give the form a name and click OK.

createNewForm

 
The new form opens in the Form Designer with its background already formatted and ready for components.
Add the components from the Toolbox panel. This completes the form, save it and close the Form Designer.

Additional Resources