Lets the user choose both a date and a time using either the keyboard input or by graphically selecting a date from a calendar and a time from a dropdown.
The supported keyboard input formats and the display format are controlled through language phrases 90560, 90561, 90570 and 90571, which are visible and editable in all projects.
In its closed state, the user can enter a date and time with the keyboard.
By clicking the calendar-icon, a date picker dialog is opened.
By clicking the clock-icon, a time picker list is opened.
Retrieves the default value for the control.
This call is only made if there is a field validation set for the field info and the field has any content. Fields used in an editable grid do not use this call.
Performs field validation when the user leaves the field or one of its dependencies is changed, initial values set by default value and initial values in edit-mode are not validated.
When saving the validation runs server side if the field value has changed. A field value is considered changed if in new mode the value is anything other than NULL
. In edit mode it is considered changed if it has a value that was not returned by the GetEditFields procedure.