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