Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starting an HTML file from VFP 6
Message
From
24/06/2006 07:48:11
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
23/06/2006 17:54:50
Robin Cole
Olive Leaf Enterprises Pty Ltd
Blackburn, Australia
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01131344
Message ID:
01131403
Views:
16
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!
Previous
Reply
Map
View

Click here to load this message in the networking platform