Homepage | About EASA | Contact
Guide Section: GUI of EASAPs | EASAP Tree: USER INTERFACE Branch
An INPUTBOX LIST represents a column that will appear in a DATA TABLE. The parameters and behavior is similar to the INPUTBOX in most respects, but excluding the parameters and Child objects that are invalid for INPUTBOX LIST.
![]() |
|
---|---|
Optional Parameters: | |
Input Type: | Select the data type of the INPUTBOX. See the choices shown in the table above. |
Default: | Default value to be displayed |
Range Reference: | Select NAMED RANGE or existing RANGE REFERENCE object to link value to cell in an Excel spreadsheet |
Label Style: | A reference to a USER INTERFACE STYLE that controls the visual appearance of this objects label. |
Input Style: | A reference to a USER INTERFACE STYLE that controls the visual appearance of this objects input area. |
Alternate Style: | The USER INTERFACE STYLE selected here will be applied to every second row in the DATA TABLE. |
Enable if: | Logical expression, if TRUE then box enabled, if FALSE then box NOT enabled |
Tool Tip: | Text to be displayed as a tool tip |
Decimal Places: | The number of decimal places shown |
Thousand Separator: | Select whether to show a comma as a thousands separator. (default→FALSE, TRUE) |
Currency Symbol: | Select the currency symbol. (default→$, £, €, ¥) |
Pattern: | Select a format for storage and display of date and time |
Tab Index: | Establish an order of preference for <TAB> key navigation. Highest priority is the lowest number (default→1) and continues in ascending numerical order. Use -1 to disable. |
Characters: | Width of INPUTBOX in characters |
Show Date Button: | When set to TRUE, a button will be displayed next to the object which allows selection from a calendar. Only available if Input Type: is DateTime mode. default→TRUE |
Number Format Code: | Select the custom number format to show |
Delimiter: | Character to act as delimiter in DORs on Label: and Default: above, when Input Type: is non-numeric. default→%. |