Open a specific Help Topic from a form

Thomas_Hviid_Thorn
Member Posts: 92
Hej
From a form I'd like to make a button, which opens a specific help topic (the topic on "Filterkriterien eingeben" - sorry for the German). I'm in a NAV 6.0 (NAV 2009 SP1) client.
Is that possible?
From a form I'd like to make a button, which opens a specific help topic (the topic on "Filterkriterien eingeben" - sorry for the German). I'm in a NAV 6.0 (NAV 2009 SP1) client.
Is that possible?
With Kind Regards
Thoms Hviid Thorn
Thoms Hviid Thorn
0
Comments
-
I'm not sure how you can find the htm of a particular form. (Maybe investigating hh files may help you)
Supposing you know it, you can use shell function to run hh.exe with the chm file and the htm page parameter:
SHELL('C:\Windows\hh.exe','[\\Filepath\FileName.chm]::/[htm page name].htm');
Example:SHELL('C:\Windows\hh.exe','C:\Program Files (x86)\Microsoft Dynamics NAV\60\Classic\TRK\bn_a.chm::/T_8001_4.htm');
In RTC, SHELL is obsolote so you can use Windows Script Host Object Model.WshShellUfuk Asci
Pargesoft0 -
Hej
Thank you, that's a possible solution.
I could find which help-file is was, by right-clicking on it and using the property option.
But it seems to be highly dependent on where the help-files are installed (off course, but I did not pay attention to that part), so I need to figure that out before showing it to a customerWith Kind Regards
Thoms Hviid Thorn0 -
You're right, property form gives the url, I've missed that. So you can directly:
SHELL('C:\Windows\hh.exe',[url]);
orHYPERLINK[url]
Ufuk Asci
Pargesoft0
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