Date picker: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "A date picker is available. file:datepicker.png This configuration statement controls when the date picker appears: DATE [ALWAYS]|[INVALID]|[NEVER] ALWAYS show the pi...")
 
No edit summary
 
Line 1: Line 1:
A date picker is available.  
A date picker is available.  
[[file:datepicker.png]]
[[file:datepicker.png]]



Latest revision as of 19:11, 20 September 2014

A date picker is available.

This configuration statement controls when the date picker appears:

DATE [ALWAYS]|[INVALID]|[NEVER]

ALWAYS show the picker whenever the cursor is in the field until a date is selected from the picker. Leaving the field and reentering it actives the picker again. Additionally, the optional leading attribute ^DATE_PICKER will do the same thing.

INVALID (the default) presents the date picker whenever the days value of the expressed date is zero.

NEVER will make the Date Picker never appear.

Also, the Date Picker appears when the cursor is in a DATE field and the user presses Ctrl-DownArrow (Note-the same key combination will open a Combo Box ).

Additionally, when in the date picker INPUT FIELDS, the following keys are active:

  • Shift- PgUp/PgDn – Go to the previous/next month
  • Ctrl- PgUp/PgDn – Go to the previous/next year