, ,

Helper Methods

PowerForms helper methods is a collection of methods used to help with the creation of scripts.   pf.ParseDate The above method can be used to easily create a Date object. Date objects can then be used to retrieve year, month and…
, ,

The ImageCheckBox control

The ImageCheckbox control is just like an ordinary checkbox, but instead of having a box to tick, you can use images for the checked/unchecked state.   Type : Checkbox Name Provides a unique name for the control. Binding Indicates…
, ,

The TextBox control

Type : TextBox Name Provides a unique name for the control. Binding Indicates if the control is Unbound Bound to list column Is a label for a control bound to list column Enabled for new records Sets if the control will be…
, ,

The LookupPicker control

The LookupPicker control is used to load lookup data from a variety of sources. The lookup data are not loaded during form startup so this control is the most suitable to display data from large lists. It allows users to search for …
, ,

The Chart control

Chart is a new control which can be used to display information in two different ways:   As a Pie Chart   As a Bar Chart   Type : Chart Name Provides a unique name for the control. Enabled for new…
, ,

The AutoCompleteTextBox control

The AutoCompleteTextBox can be used as an alternative to the Combobox and the LookupPicker controls. You start typing letters and the control will filter and display only those values that match the letters. An example of an AutoCompleteTextBox…
, ,

The Label control

The Label control is a simple but yet very powerful control in PowerForms/HTML, since it can contain any kind of HTML content required. So it can serve as a simple control caption, or it can display complex data retrieved from a List Query or…