DateTimeField Calendar Functionality
Posted: Fri Jun 07, 2019 11:36 pm
I have a DateTimeField in my Dialog (#PRIM_DLG).
When the user selects a date for the month shown in upper left (e.g. July), the date value changes and the calendar is automatically closed. However, if the user chooses a date in the prior or subsequent month (June or August: those shown in yellow in my example), the date value changes, but the calendar remains open. Is this just inherent in the way it works, or is there something I can do to get the calendar to close regardless of which date the user selects?
Define_Com Class(#FS14_StartDate.DateTimeField) Name(#FS14_StartDate) Displayposition(8) Parent(#Details) Tabposition(8) Left(16) Top(396) Width(566) Height(58)

When the user selects a date for the month shown in upper left (e.g. July), the date value changes and the calendar is automatically closed. However, if the user chooses a date in the prior or subsequent month (June or August: those shown in yellow in my example), the date value changes, but the calendar remains open. Is this just inherent in the way it works, or is there something I can do to get the calendar to close regardless of which date the user selects?
Define_Com Class(#FS14_StartDate.DateTimeField) Name(#FS14_StartDate) Displayposition(8) Parent(#Details) Tabposition(8) Left(16) Top(396) Width(566) Height(58)
