Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert a word file to a help file
Message
De
03/07/2007 11:50:29
 
 
À
03/07/2007 09:01:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Divers
Thread ID:
01236525
Message ID:
01237485
Vues:
20
1. How do you import an existing HTML file into the Help Workshop?

HTML help workshop uses standard HTML files. Hence, no import is involved.

2. Assuming I can do 1, can it create a help file (.CBM)?

HTML Help workshop creates .CHM file that you can use with SET HELP, e.g. SET HELP TO MyHelp.CHM.

3. In either case how do I invoke the help system from with in VFP 9?
SET HELP specifies the help file. Help workshop allows to assign an ID to each topic. To open a specific help topic, you may use HELP ID nHelpID command. On a form, HelpContextID can open a specified topic on pressing the F1 command. Refer to the HTML Help Workshop documentation for details.
- Ravi Taxali
Visual FoxPro Made Simple An excellent book for beginners as well as experienced programmers
Never Forget Again. Setup Email Reminders.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform