I've created a HTML helpfile. In VFP 6 I use the CTRL-F1 combination for starting the helpfile.
In very simple code I'm doing this:
set help to helpfile.chm
on key label ctrl-f1 do myhelp
procedure myhelp
****************
set topic id to mytopic
help
(mytopic is an integer and is never empty)
In win9x it's works very good but in NT the helpfile doesn't start. (the HH.EXE etc. are just updated!)
Any suggestions??
In very simple code I'm doing this:
set help to helpfile.chm
on key label ctrl-f1 do myhelp
procedure myhelp
****************
set topic id to mytopic
help
(mytopic is an integer and is never empty)
In win9x it's works very good but in NT the helpfile doesn't start. (the HH.EXE etc. are just updated!)
Any suggestions??