While you are preparing your brilliant ideas, here is what I am going to
try:

1) Replace the datetime picker with a Static Text control that will display
the date.
2) Place a DB Calendar on top of the static text control, and hide it.
3) Set the static test to "Use label to RUN eep"
4) In the eep, unhide the calendar control, so that it pops up and user
selects a date
5) In the calendar on-exit eep, do the checking, update the static text,
and hide the DB Calendar again.

I'm hoping your idea is simpler.



On Wed, Dec 18, 2013 at 11:19 AM, Bill Downall <
[email protected]> wrote:

> Hi, all,
>
> I'm needing a strategy that I'll bet some of you have solved.
>
> I want to do some date checking whenever a user makes a change to a date.
>
> Unlike text-based controls, a DateTimePicker does not have an "on Exit"
> eep. Mousy users might not move to the "next" field on the form, but could
> jump anywhere. They could even close the form while the cursor is still on
> the date field.
>
> The on-click/ and on-double-click eeps trigger before they make the change
> I care about.
>
> Table eeps: on leave section, on row exit, are too late to check and
> pop-up necessary dialogs for users.
>
> What would you do? Thanks.
>
> Bill
>

Reply via email to