The drop-down calendar option is available for use on any column in a form with an EditMask, and a Date, DateTime, or TimeStamp datatype. The DDCalendar EditMask property option allows for separate selections of the calendar month, year, and date. This option can be set in a check box on the Edit tab of the Form painter Properties view when a column with the EditMask edit style is selected.
You can set the following properties to control the display of the calendar in a script or on the Other page in the Properties view for the column:
Painter option |
Property |
|---|---|
Drop Align Right |
Column.Editmask.ddcal_alignright |
CalendarBackColor |
Column.Editmask.ddcal_backcolor |
CalendarTextColor |
Column.Editmask.ddcal_textcolor |
CalendarTitleBackColor |
Column.Editmask.ddcal_titlebackcolor |
CalendarTitleTextColor |
Column.Editmask.ddcal_titletextcolor |
CalendarTrailingTextColor |
Column.Editmask.ddcal_trailingtextcolor |
To navigate in the drop-down calendar, a user can:
Click the arrows in the top corners to move from month to month
Click the month to display a list of months, then click a month to select it
Click the year to display a spin control, then use the spin control’s arrows to select a year
Click a date to select the date and close the calendar
Press the Esc key to close the calendar without changing the selection
.