Table of Contents

Control Types

Section Title

The Section Title control is used as a divider between logical sections of a form. The use of section titles is not required but they can help the user focus on groups of associated elements.

The width of section titles as displayed to the end user is controlled by the width of the column in which it is placed in the form layout.

Section Title controls are always added to a form manually. They are not associated with a database column since they are for display purposes only.

Detail Section

The Detail Section control is used to introduce a multi-record grid into a form.

This control is only displayed when the underlying data table structure is Header/Detail.

Text Box

The Text Box control is used for capturing data that is alphanumeric (letters, numbers, and special characters).

Numeric

The Numeric control is used for capturing data that is numeric (numbers).

Select Menu (Drop-down List)

The Select Menu control is used to present users with a list of choices for selection. A typical use is to allow the user to choose “Yes” or “No” as a response.

  1. Menu Only: the user is restricted to select one of the presented values
  2. Combo Box: will cause the system to accept any value entered by a user and add it to the list of valid values. Keep in mind that using this option will save incorrectly typed entries to become valid selection options

There are two types of Drop-down Lists available.

Static drop-down lists are the most common. In this case the report administrator manually defines the acceptable values for the list. This approach is shown below.

  1. Enter the list of valid values.
    1. Each value is separated by a comma.
    2. The selections are presented to the user in the order of the list as it is entered.

Dynamic drop-down lists are less common but are acceptable in some cases. They use and existing data view to retrieve the list of valid values
The values can be represented by a single value or by a label/value pair where the label is presented to the user and the value is saved to the database

Date and Time Pickers

“Date” and “Time” fields in Versago are always created as a datatype Date/Time. The Date Picker and Time Picker controls are then used to format the data capture presentation in the form.

Button

The Button control is used to add action buttons to a form. Actions can include calling another Versago form, initiating a Bizweaver workflow, or opening a web page.

Button controls are always added to a form manually. They are not associated with a predefined database column. They only execute the actions included in them.

See Button for additional information.

Check Box

The Check Box control is used for capturing true or false data.

File Upload

The File Upload control is used to allow a user to upload external files into the SQL database as binary data.

File Upload controls are not associated with a predefined database column. All uploaded data is captured in a single database table named TWBS_VGO_FormAttachments. This table is in the database where the form data is stored.

Signature

The Signature control is used to allow a user to capture a written value via a touch sensitive screen or mouse pointer and store it in the database as binary data.

Image

The Image control is used to display an image that has previously been uploaded into the Versago database.


Add/Edit Form

Home