Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using webbrowser control activex
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Using webbrowser control activex
Miscellaneous
Thread ID:
00650497
Message ID:
00650497
Views:
41
Hi All,

i am using this code like under on the form for showing .htm files ,with no problem its running but i wantto use sametime this code for showing XLS files
i am getting "open this file current location , save file to disk" dialog
how can i run this code without prompting this dialog

ThisForm.OIE.Navigate(SYS(5)+SYS(2003)+"\htm\70815686.htm")
DO WHILE THISFORM.oIE.ReadyState <> 4
ENDDO
THISFORM.oIE.Document.Body.Scroll = "no"


TIA
Reply
Map
View

Click here to load this message in the networking platform