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