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?
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 customer
Comments
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:
In RTC, SHELL is obsolote so you can use Windows Script Host Object Model.WshShell
Pargesoft
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 customer
Thoms Hviid Thorn
or
Pargesoft