Fiscal Year Suffix
Combines the Fiscal Year and Suffix into a singular control.
This control has a built-in search that looks up the fiscal calendars.
Property Group | Property | Description |
---|---|---|
Basic | Id | Unique identifier for the control |
Behavior | On Blur | Click this to create an OnBlur event for the control. On Blur is triggered when the control loses focus. |
Behavior | On Create | Click this to create an OnCreate event for the control On Create is triggered when the control is painted to the GUI. |
Comments | Comments | Add some developer notes to the control. These are not customer-facing and are only visible in App Studio (Fig. A) |
Data | Key Field | Indicates that a bound component is a key field. If true, the field is enabled if there is no current record, allowing the user to select an existing record or create a new one. |
Data | EpBinding | Bind the fiscal year to a DataView.Column. (Fig. B) |
Data | EpBinding Suffix | Bind the fiscal suffix to a DataView.Column. If this field is not bound, the suffix part of the control is hidden. (Fig. B) |
Data | Fiscal Calendar ID | Binding for the fiscal calendar ID to be used in the search (Fig. B) |
Layout | Alignment | Set the alignment for the control. Valid options are Left, Center, Right. (Fig. C) |
State | Personalizable | If true, a user can personalize this component(hide/show) |
State | Customizable | If true, a user can customize this component in child layers |
State | Hidden | Hides the control from view. |
State | Disabled | Disables the control. The control will not allow editing or focus. |
State | Read Only | Makes the control read only so that it will not allow editing. The control can still be focused. |
State | Auto Focus | When enabled, the control is automatically focused on creation. |
Advanced | Label Search Text Box | The label within the fiscal year control. (Fig. D) |
Advanced | Label Suffix Text Box | The label within the suffix control. (Fig. D) |
Figure A: Comments
Figure B: EpBindings
Red box is the Fiscal Year Suffix Control
Purple is a textbox I added to show the Fiscal Calendar ID.
Figure C: Alignment
Figure D: Labels