DateTime Picker-On Updated Event doesn't trigger after picking dat

G

Guest

As the subject says, I have a date/time picker control on a form. I want to
update a text box based on the picker date after a user updates it. I've put
a break point in my code so I know the event is not being triggered. Any
ideas?
 
G

Guest

I had the same problem in one of my apps. The way I got around it (not 100%
because you can type straight into the box without picking off the calendar)
is to open the code for the form, select the Date & Time picker control from
the left hand drop down box at the top of the code screen and select the
CloseUp event from the right hand drop down box. Put the code you were going
to use in the updated event into this closeup event instead.
 
G

Guest

Thanks for the response, unfortunately even the mouse up event doesn't
trigger either.

Think I'm going to go back to COBOL on a mainframe, at least everything
works there. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top