Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A keypress event for calendar 11.0?

Status
Not open for further replies.

agt119

Programmer
Feb 6, 2007
10
AR
Hi,

I have a form with a calendar, the calendar control 11.0. When a date is selected, certain data from a databse is showed. When the user clicks on a date this works fine (with the on_click event).

The problem is this user move on to calendar with the arrow keys. So when changing to another date in the calendar, by using arrow keys, I would need to load the same info as when clicking on a date in the calendar. I tried with the on change event but nothing happens.

Any ideas of how I could do this? Maybe an on keypress event would help here?

Thanks in advance!
 
And what about the BeforeUpdate event instead of Click ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Thanks a lot PHV!! That's what I needed!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top