Form Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my form i have a toggle button that hides/shows a calendar function. how
do i make the calendar automatically hide after a user selects the desired
date?

thanks in advance
 
Use the AfterUpdate event of the calendar control to move the focus to
another control and then make the calendar control invisible.
 

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

Back
Top