Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Starting an HTML file from VFP 6
Message
De
24/06/2006 07:48:11
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
23/06/2006 17:54:50
Robin Cole
Olive Leaf Enterprises Pty Ltd
Blackburn, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxWeb
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01131344
Message ID:
01131403
Vues:
18
Hi Robin,

>Hi
>Is there a way of starting a .htm file from within VFP 6. I want to provide basic help for a small database program I have developed.
>
>If not is there anther way of providing economical graphic help.
>
>Regards
>
>Rob Cole

Try:
loIE = CREATEOBJECT("InternetExplorer.Application")
loIE.Navigate("yourHtmlFile")
Or look for WinExec or ShellExecute (message #1106922 ).

Maybe you can to consider other way to provide graphic help. Take a look at in:
- Microsoft HTML Help Workshop (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp)
- West Wind HTML Help Builder (http://www.west-wind.com/wwhelp)
Erick
Força Sempre!
Strength Always!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform