Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Help topic from VFP Program
Message
 
To
26/12/2000 07:45:38
Ashish Patel
Hindustan Petroleum
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00456787
Message ID:
00456794
Views:
25
>I have developed a Help file .CHM with the help of HTML help Workshop and now I want to create a particular topic from my Visual Foxpro Program. How can I do it ? Please help.


you have to make a alias header file and a map header file which you need to include in the help project.
the map header file you also need to include in your project.

in the alias header file you can place things like
Ondersteuning_HLP=ondersteuning.htm
where Ondersteuning_HLP is a constant i use and ondersteuning.htm is the file where the constant is referring too.

In the map header file you can define your constants for usage within your application like
#Define Ondersteuning_HLP 100
now you can say
Help ID Ondersteuning_HLP
in your app

That's basicly the way HTML help works.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform