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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calendar events (MSCAL.Calendar.7)

Status
Not open for further replies.

BJZeak

Programmer
May 3, 2008
230
CA
Access 2k3

I tried to get control of the arrow keys while a Calendar object is in focus ... the Calendar Class appears to be trapping these prior to the Preview Form Keys events ... attempted to use the calendar object keydown event but am receiving a runtime error to the effect that the parameters don't match ... questions:

The object browser shows that the keydown event has the default parameters (keycode integer, shift integer) so what could possibly causing this error?

Would one have to possibly add a Windows API Keydown event to capture all keys?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top