IoanaPirvu
Technical User
Hi!
I'm developing a help system for a VFP application using an authoring tool(Help&Manual) and I have some problems integrating the help with the application.
I want the help to appear as popup window for the field and as the entire help for the forms.
The tool I use allows me to generate 2 help files (one .chm and the other one .hlp - for the pop-ups) but I don't know how to call both of them. SET HELP TO is only for one file.
I managed to call the help file using the HelpContextID. It works for the .chm file or for the .hlp file. I need both of them and I don't know how to do it.
Another option offered bu the authoring tool is to generate only the .chm file. The popup topics are stored inside the .chm file in a special internal plain text file and must be accesed with special call from the application. Again, I don't know how to do this.
I'm not a VFP programmer an I could really need some help, some code on this.
Thank you very much!
I'm developing a help system for a VFP application using an authoring tool(Help&Manual) and I have some problems integrating the help with the application.
I want the help to appear as popup window for the field and as the entire help for the forms.
The tool I use allows me to generate 2 help files (one .chm and the other one .hlp - for the pop-ups) but I don't know how to call both of them. SET HELP TO is only for one file.
I managed to call the help file using the HelpContextID. It works for the .chm file or for the .hlp file. I need both of them and I don't know how to do it.
Another option offered bu the authoring tool is to generate only the .chm file. The popup topics are stored inside the .chm file in a special internal plain text file and must be accesed with special call from the application. Again, I don't know how to do this.
I'm not a VFP programmer an I could really need some help, some code on this.
Thank you very much!