COMMANDLINE for ctrl+alt+F5

Johan_007
Member Posts: 53
is it possible to input into NAV the COMMANDLINE for ctrl+alt+F5?
0
Answers
-
Yes, in ShortCutKey property of the MenuItem (so you have to create a menu item to enable this shortcut).My candle burns by both ends, it will not last the night,
But oh my foes and oh my friends, it gives a lovely light0 -
thats done, but i want to call this shortcut from code... and which dll or ocx must i register?0
-
Why do you want to call the shortcut from code?
Don't you want to call the function (the code called by the shorcut)?
In my memory (I'm probably too old for new coding rules) a shortcut is here only to help the user.My candle burns by both ends, it will not last the night,
But oh my foes and oh my friends, it gives a lovely light0 -
some users tend to get lazy, but i need to call the "ctrl+alt+F5" in code.. i have found a solution kind of but i dont know which ocx or dll to install to call it..
e.g.
CREATE(lvWinShell);
lvWinShell.SendKeys('^%{F4}');
where:
ctrl = ^
alt = %
{F4} = F4
when i get this rite, its going to make the clients life easier and keeps them happy [-o<0 -
0
-
garak wrote:To use the "Sendkey" function u must use following "Automation" variable:
Name DataType Subtype Length WSHShell Automation 'Windows Script Host Object Model'.WshShell
example:IF ISCLEAR(WSHShell) THEN CREATE(WSHShell); WSHShell.SendKeys('%xs'); WSHShell.SendKeys('{DOWN}');
Regards0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions