Hi,
I am looking for some sort of a list that contains all the keystrokes in NAV. By Keystrokes I mean automated e.g.
By running the following code you automatically close NAV :
CREATE(lvWinShell);
lvWinShell.SendKeys('%{F4}');
% = Crtl
I am looking for the "ALT" Keystroke particularly.
Thank you in advance.
0
Comments
Funny I have the same query today and found it through reading a lot of posts.
Actually % = Alt - i.e. Alt F4 for close
^ = Ctrl
Hope this helps
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Ctrl -> ^
ALT -> %
Backspace -> {BACKSPACE}, {BS} oder {BKSP}
Break -> {BREAK}
Caps -> {CAPSLOCK}
Del -> {DELETE} oder {DEL}
Down Arrow, Up Arrow -> {DOWN}, {UP}
Left Arrow, Right Arrow -> {LEFT}, {RIGHT}
End -> {END}
Enter -> {ENTER} or ~
ESC -> {ESC}
Help -> {HELP}
Pos1 -> {HOME}
INS -> {INSERT} or {INS}
NUMLOCK -> {NUMLOCK}
Page up / Down -> {PGUP}, {PGDN}
Scroll -> {SCROLLLOCK}
TAB -> {TAB}
F1, F2, ... F16 -> {F1}, {F2}, ... {F16}
10x h -> {h 10}
+(EC) -> Big E and Big C
+EC -> Big E small c
The Key PRINT ({PRTSC}) can not be used with SendKeys.
Regards
=D> Great to get a full list - Thank you
... maybe Alain would move this to tips and tricks forum
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html
[Topic moved from Navision forum to Navision Tips & Tricks forum]
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Well done on getting a whole list on the keystrokes.
example:
Regards
WHO DA MAN!?!?!?!
=D> =D> GARAK DA MAN! =D> =D>
thanks ALOT!! very much appreciated! \:D/
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
http://www.google.com/search?q=sendkeys&btnI=1
TVision Technology Ltd
RIS Plus, LLC
Yup, as if you'd hit the "I'm feeling lucky" button ( Button I )
TVision Technology Ltd
on entry of the account number we have it automatically do a Shift-F9 to open the form to apply entries.
saving a step.
works great.
plus a few other places
http://www.BiloBeauty.com
http://www.autismspeaks.org
viewtopic.php?f=5&t=25712&start=0
http://www.BiloBeauty.com
http://www.autismspeaks.org
Edit: My bad, works properly, I missed the parameters in the CREATE method :oops:
I have some code to upgrade to 2013 but I'm not able to find the right subtype to use :oops:
Thanks!