There are no way of scanning the keyboard input however you could detect all functions keys (F1,F2,F3..F11) F12 is reserved
by Navision. You could also test for sequences such as Alt+F1, Shift+F3, Ctrl+F9 by putting a menu button on a form
and setting the ShortCutProperty to whatever functions key you like, put your code on the OnPush() trigger or you can fire up
an object or other things by setting the Action property.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Thomas: Is it possible to determine which key of the keyboard is pressed?
Something like "OnKeyPressed"?
Comments
by Navision. You could also test for sequences such as Alt+F1, Shift+F3, Ctrl+F9 by putting a menu button on a form
and setting the ShortCutProperty to whatever functions key you like, put your code on the OnPush() trigger or you can fire up
an object or other things by setting the Action property.
tarek_demiati@ureach.com
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Thomas:
Is it possible to determine which key of the keyboard is pressed?
Something like "OnKeyPressed"?
Thanks,
Tom<HR></BLOCKQUOTE>