Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help program using HTML
Message
 
To
18/12/2000 01:48:48
Rene Calma
Kpmg Laya Mananghaya & Co.
Makati, Philippines
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00454591
Message ID:
00454594
Views:
28
>Can anybody help me?
>I'm trying to create my help program using HTML but I don't know how to run it within my foxpro application.


You can use the HTML help program that is aviable with the visual foxpro cd's
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
Reply
Map
View

Click here to load this message in the networking platform