I have the following code in a method called gethelp in a top level form
pcNewHelp = ALLTRIM(JUSTPATH(SYS(16,0)))+'\Quick Catalog.chm'
SET HELP TO (pcNewHelp)
HELP
This method is called when it is chosen from a menu on the form. the call is as follows
_SCREEN.ActiveForm.gethelp()
This works fine on my development computer which is Win 2000
and also on my laptop which is running XP. Both computers have VFP 7.0 on them as well as the HTML Help Workshop. The problem is when I install the program on another computer (Using InstallShield Express for FoxPro)and select the menu option absolutly nothing happens.
I have looked through previous posts and this subject and have tried the suggestions. I have included the Microsoft Visual FoxPro HTML Help Support Libray merge module and the files hhctrl.ocx, iticrl.dll, itss.dll and hh.exe and all files appear to be in their appropriate places. I've sot of run into a wall on this. Does anyone have any suggestions to what I can do.
Peace to All
Ken
pcNewHelp = ALLTRIM(JUSTPATH(SYS(16,0)))+'\Quick Catalog.chm'
SET HELP TO (pcNewHelp)
HELP
This method is called when it is chosen from a menu on the form. the call is as follows
_SCREEN.ActiveForm.gethelp()
This works fine on my development computer which is Win 2000
and also on my laptop which is running XP. Both computers have VFP 7.0 on them as well as the HTML Help Workshop. The problem is when I install the program on another computer (Using InstallShield Express for FoxPro)and select the menu option absolutly nothing happens.
I have looked through previous posts and this subject and have tried the suggestions. I have included the Microsoft Visual FoxPro HTML Help Support Libray merge module and the files hhctrl.ocx, iticrl.dll, itss.dll and hh.exe and all files appear to be in their appropriate places. I've sot of run into a wall on this. Does anyone have any suggestions to what I can do.
Peace to All
Ken