Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View word document
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00916766
Message ID:
00917256
Views:
10
>It's not the point to use the wordviewer. I want to display word-document in my own application. Right now I'm trying to use de webbrowser control, which works fine to me.
>
>The only problem right now is that the webbrowser control will open my document, but shows first the download dialog. How can I prevent this dialog message?
>
>Greets,
>Sander
>
>BTW: Zeer waarschijnlijk ben ik maandagavond in Haarlem.

Add to the form.init (or to the control.init) something like:
thisform.olecontrol1.Navigate("c:\notes.doc")
Previous
Reply
Map
View

Click here to load this message in the networking platform