Table of Contents

Control Settings

Each form control has a set of properties that define how it functions. The properties may change based on the type of control, but there are some basic properties that are used by all controls.

Common Settings

Certain settings are found on most controls. These common settings are described below. Settings that are specific to a type of control are then discussed in the following sections.

Control Options

Content

Aggregation can only be applied to one field. A formula like SUM(X*Y) will not work.

Adornment

Control-Specific Properties

Date Picker Controls

Formatting is available for Date and Time Picker controls using the Format drop-down.

  1. Be sure the Control Type is Date Picker.
  2. Set the Format to Date or DateTime.
  3. Select the desired Culture from the list
    1. Also select the desired time format (12 hour or 24 hour) if you are also capturing a time value.
    2. If your Format is Date, the user will not see an icon to set the time value. The time value will be saved as midnight (00:00.000)
    3. If your Format is DateTime, the user will also see an icon to set the time value. The time value will be saved based on the user-entered value.

Time Picker

  1. Be sure the Control Type is Time Picker.
  2. Set the Format to Time.
  3. Select the desired Culture from the list.
  4. When a Time Picker is used the date is saved as 01-01-1900 and the time is saved based on the user entered value.

Numeric Text Box

Formatting is available for Numeric Text Box controls using the Format and Decimal Place functions. There are two options for formatting numeric values: Decimal, or Currency.

  1. Select the desired Culture from the drop-down list.
  2. Set the desired number of decimal places (up to 6).
    1. The decimal value is rounded if more than the specified number of characters is entered to the right of the decimal point.
  1. Select the desired Culture from the drop-down list.
  2. Set the desired number of decimal places (up to 6).
    1. The decimal value is rounded if more than the specified number of characters is entered to the right of the decimal point.

Lookup List

Lookup List are available for Text Box and dynamic Drop-down List controls.

Lookups are used retrieve a values available for the user from an existing data view. When a lookup list is used, the user can only select from these values, so consistency of input data is ensured. A field with a lookup list displays a “filter” indicator at the right end of the field.

Configure the Lookup

  1. On the “Control Settings” tab, select “Textbox” as the Control Type.
  2. Select the data view to be used from the Lookup Report menu
  3. The [ ] ellipsis button to the right of the Lookup menu is used to define Filters (i.e. form controls values that can be used as input filters to the lookup report) and Mappings (i.e. form controls that will receive their input value from fields in the user-selected record in the lookup report).
    1. At least one Output field must be configured. This will be the control where the lookup is being applied and should be the value to be displayed to the user.
    2. Additional output fields may also be defined. These are typically other values associated with the lookup value.
  4. The list of values in the lookup will be sorted according to the sorting configured in the look up data view.

Image Control

The Image control is used to display an image in the form presentation. Images are most commonly used in a Detail Section control to display things like items in an order form. However, there is no restriction against using an image control in the main (header) section of the form as well. An example might be displaying the item associated with a Service Call, or displaying the logo of a company in an order entry form.

The data type of the underlying database field is Text. This is because the data is actually a file path pointer to the location of the image file, which is stored on disk. The file path information is saved as part of the form data. The image can then be displayed in a report associated with the form.

The Format drop-down selection defines the size of the image in the form. Two options are available: 45 x 45 pixels and 65 x 65 pixels. A large image is displayed when the user hovers over the image on the form, and an even large image is displayed as a pop-out when the user clicks on the image.


Add/Edit Form

Home