Feedback

  • Contents
 

Date Picker

Date pickers allow the user to select a date from a list of dates. The process then passes the date to a bound work item or process variable.

To set properties, display the control's shortcut menu and click Edit Properties.

Date Picker Control Properties

Property

Description

Color

FG: Foreground color. In the list, select a color.

Font

The shortcut menu has standard buttons to set text style (such as bold), size, and font. Note: Type size is measured in points. One inch has 72 points, so 12-point type is one-sixth of an inch high, 18-point type is one-fourth of an inch high, and so on.

Options

Required Field: If selected, this check box requires the user to enter or select a value before proceeding.

Read Only Field: If selected, this check box makes the control display a value that the user cannot change.

Binding(s)

 Control Only: The control only displays its state. It does not send its data anywhere else or get data from anywhere else. The user can change the state of the control, but the change doesn't cause anything else to happen.

 Data to Control: The control gets its value from the data item with which it is bound by the Selected Date Data property. It displays that data.

 Control to Data: The control takes whatever value the user gives it and copies that value into the data item with which it is bound by the Selected Date Data property.

Selected Date Data

The variable with which the process links the control. Click the hyperlink to select or change the variable.