Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying an HTML file
Message
 
To
25/01/2001 12:12:34
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00468560
Message ID:
00468574
Views:
16
>sorry folks, but dimbulbs are among you!
>i can open a browser window, but can't get it to automatically open an HTML file from within vfp. any good ideas?
>this is the code, but it looks to the web for the address...
>
>oie = CREATEOBJECT("internetexplorer.application")
>oie.Visible = .T.
>oie.Navigate("c/files/data/myfile.html")
>
>tia - john
Try oie.Navigate("c:\files\data\myfile.html")
Previous
Reply
Map
View

Click here to load this message in the networking platform