The form displays a standard input field for displaying and entering decimal values. The number of decimal places is read from the process table and can not be altered here. The formatting is made according to the values set by the user.
Property |
Description |
|---|---|
Name |
Element name |
Label |
Label that will appear in the left column |
2nd Label |
Label that will appear behind the element |
Info Text |
Text to be displayed in a balloon |
Default value |
Value, if the assigned database field is empty |
DB field |
Selection of database fields of type: DECIMAL |
Disable storage |
When saving or sending the form the value of the element is not stored in the database. |
Settings |
|
Width |
Width of input field |
Minimum value |
Minimum allowable value for the entry (format with point) Examples: 0.01, 1000.00 |
Maximum value |
Maximum allowable value of the entry (format with point) Examples: 1.00, 2000.00 |
Read-only? |
The textbox is write-protected. |
Disabled? |
The textbox is disabled.
Please note that functions of the JavaScript API (e.g. jr_set_value) do not have any effect on saving this value by enabling this option. |
Required? |
An entry is necessary here to forward the step. |
Hidden? |
The element is integrated but hidden in the view. |
Scripting |
|
OnBlur |
Script to be executed when the cursor leaves the element |
OnChange |
Script to be executed when the value in the element changes |
OnClick |
Script to be executed when the element is clicked |
OnFocus |
Script to be executed when the element gets focus |
OnKeyDown |
Script to be executed when characters are input into the element |
Color |
|
Label color |
Color of the label |
Background color |
Background color of the element |
Text color |
Text color of the textbox |