DATEEDIT stack item
Defines a line-edit with a calendar widget to pick a date in a stack-based layout.
Syntax
DATEEDIT field-name [ , attribute-list ] ; - field-name identifies the name of the screen record field.
- attribute-list defines the aspect and behavior of the form item.
Attributes
AUTONEXT, CENTURY, COLOR, COLOR WHERE,
COMMENT, DEFAULT, FONTPITCH, FORMAT, HIDDEN, IMAGECOLUMN,
INCLUDE, JUSTIFY, KEY, NOT NULL, NOENTRY, PLACEHOLDER, REQUIRED, SAMPLE, STYLE, TAG, TABINDEX, TITLE, UNSORTABLE, UNSIZABLE, UNHIDABLE, UNMOVABLE, VALIDATE LIKE.
Usage
Define the rendering and behavior of a date edit stack item, with a
DATEEDIT element inside a STACK container.
For more details about this item type, see DATEEDIT item type.
Example
DATEEDIT order.shipdate;