method InputDate(ControlName: String, Prompt: String)
Define a date edit control on a scripted form that allows input of a date.
InputDate method syntax has these named arguments:
Parameter |
Description |
|---|---|
Control Name |
Required. Name of the control. Must be a valid MaxBasic identifier. |
Prompt |
Required. Prompt text to display to the left of the control. |
See also MaxBasic InputDate function and Input Grid InputDate method.