Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help program using HTML
Message
 
À
18/12/2000 01:48:48
Rene Calma
Kpmg Laya Mananghaya & Co.
Makati, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00454591
Message ID:
00454594
Vues:
29
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform