Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling Help topic from VFP Program
Message
 
À
26/12/2000 07:45:38
Ashish Patel
Hindustan Petroleum
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00456787
Message ID:
00456794
Vues:
27
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform