Form fields reference

Each field for a form contains specific properties that determine its usage and appearance.

You can add any combination of fields and offsets that total 10.

However, there are some common properties that apply to multiple fields:

Name
The name of the field. This is a required field for all fields.
Value
The default value that will appear when you first view the field on the form.
Width (common for visible controls)
Width of the field.
Offset (common for visible controls)
Offset of the field from the initial position.
Datasource
Specify the name of the datasource from which you want to pull data. Datasources must added to the form to appear in this list.
Datafield
The datafield from the datasource that you want to display. This value is dependent on the datasource. For example, you may want to display PAYGRP_NAME from the datasource named dsEmployee.