, ,

The Button control

The button control is used to trigger user defined actions: The value of the control (see "Value" section below) defines the display text of the button. The actions to be executed once the button is clicked are defined in the Extra Configuration…
, ,

The CheckBoxes control

  CheckBoxes with AllowFillIn set to True:   Type : CheckBoxes 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…
, ,

The Menu Button Control

The Menu Button is used to group several actions together in a drop-down like control: Type : MenuButton Name Provides a unique name for the control. Binding Not applicable for the MenuButton control. It should be always unbound. Enabled…
, ,

The CheckBox control

The CheckBox control can be used for Yes/No columns. It returns the value 1 (one) for true and 0 (zero) for false. Type : CheckBox Name Provides a unique name for the control. Binding Indicates if the control is Unbound Bound…
, ,

The ListAndForm control

The ListAndForm control is suitable for implementing interactive Master-Detail views inside a PowerForm, as it helps you to create a fully functional subform inside a form. It contains 2 controls, a list query datagrid and a subform enriched…
, ,

The Image control

The Image control is a control that can be bound to a hypelink column (picture) or be unbound and get a static image url or get the url from a list query. Type : Image Name Provides a unique name for the control. Binding Indicates if…
, ,

The LineSeparator control

Type : LineSeparator 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 Not applicable Enabled…
, ,

The NumberTextBox control

A NumberTextBox is a textbox that accepts only numeric input. By default, it restricts the entry of characters to digits.     Type : Slider Name Provides a unique name for the control. Binding Indicates if the control…