Hi Experts!
I have a compiled HTML help (.chm) file which does not run on any machine that does not have full FoxPro 6 compiler installed and only has the FoxPro runtime.
I use the following routine to run the help file :
SET HELP TO xyz.chm
HELP
File is located within the path but when I execute the above nothing happens. Though it works perfectly on any machine that has full FoxPro installation.
There is one more thing I have noticed that if I use the "RUN xyz.chm" command than it works on any machine that only has the FoxPro runtime and does not work
on any machine that has the full FoxPro compiler installed. I have tried this on various machines having different versions of Windows but still the same result.
If someone knows anything about resolving this problem then any suggestions would be appreciated.
Mohammed Qureshi