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!
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!