Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML Files
Message
From
08/01/2001 18:48:57
 
 
To
05/01/2001 04:45:43
Lawrence De Grano
Computer Craft Corporation
Makati, Philippines
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00459698
Message ID:
00460895
Views:
14
>Would somebody teach me on how to execute an HTML Document from a VFP application?

You could use ShellExecute to bring up the Windows Default browser, check it out in the API sectoin. Otherwise, you can automate IE like this:

oIE = CreateObject('Internetexplorer.application')
oIE.Navigate('myhtm.htm')
oIE.Visible = .T.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform