Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

why doesn't start the .chm file in NT??

Status
Not open for further replies.

SYN

Programmer
Nov 2, 2000
45
NL
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??
 
That's the sollution, thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top