L
Larry A. Filoso
In some of my continuous forms, from within the form's OnKeyDown event
procedure I call a sub which lives in a General Module. That sub examines the
keys pressed and traps Ctrl plus arrow keys for alternate functionality, but
I would like other key combos (especially Ctrl+' to copy contents of field
above) to operate as usual.
I tried sendkeys from the sub, but that loops back to sub. I tried setting
KeyCode to 0, but the copy field function still doesn't work.
Any suggestions?
Thanks...
Larry A. Filoso
procedure I call a sub which lives in a General Module. That sub examines the
keys pressed and traps Ctrl plus arrow keys for alternate functionality, but
I would like other key combos (especially Ctrl+' to copy contents of field
above) to operate as usual.
I tried sendkeys from the sub, but that loops back to sub. I tried setting
KeyCode to 0, but the copy field function still doesn't work.
Any suggestions?
Thanks...
Larry A. Filoso