Calendar control click event does not respond...

  • Thread starter Sean M. Severson
  • Start date
S

Sean M. Severson

I have a calendar control on the detail section of a form. The deail
section has its Visible property set to false until the user selects a
person from a drop list in the form header. The calendar control will
display correctly and the lost focus event will fire, but the click event
will not fire. I have determined that the invisibility of the detail is
causing the problem with the calendar control, but cannot find a fix. Any
ideas?

Sean M. Severson
 
V

Van T. Dinh

Have you checked:

* Enabled Property of the Calendar Control?
* (?) The AllowEdits Property of the Form?

If they both are set to True / Yes, put a MsgBox statement in the
Calendar_Click Event and see if you get a MsgBox.
 

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