The LookupPicker control
The LookupPicker can be used to display and select lookup data and is very similar to the simple ComboBox control but has some signifincant advantages :
No Data Loading is performed during form initialization providing faster form loading
…
The ComboBox control
The ComboBox is a simple dropdown list control that can contain either static values (for example choice column data) or values retrieved from another list (lookup column data)
If the control is bound to a choice column, then the…
The TextBox control
The TextBox control is commonly used to display column data of single-line-of-text or multi-line (Plain Text) columns.
If the TextBox control type is selected inside the control properties window, the "MultiLine" property is available allowing…
Define Extra Control Parameters
Common control properties for each form control are defined inside the designer pages like Color, Size, Alignment, etc.
Most of the available controls, support special configuration settings that can be accessed through the "Extra Configuration…
Control Display Options
In order to change control appearance, the Layout tab of the control properties window contains the basic settings available in PowerForms.
Size, Color, Alignment, Font Size can be modified here :
Size
Normally, the width and…
Control Properties
In order to design your form, a number of control types is available for you to select from.
At the time PowerForms is registered for a List or Document Library, the system automatically tries to detect list column types and selects the appropriate…
