Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using VFP 5.0 with msword
Message
From
18/03/1999 15:44:17
 
 
To
18/03/1999 15:36:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00199442
Message ID:
00199448
Views:
18
>Hi,
>
>A simple problem, I suppose: I use an general field, OLE container in a VFP form, to link to a word doc-file. By double-clicking on the field in the form, the document opens in Word for editing. But - I would like word to come up normal and maximized, not just a smaller window in the middle of the screen. Hope it is possible, and why should it not be? I also look for somebody who would volunteer do discuss the use of OLE and Word with VFP with me.
>
>Rolf

You may try it:
oWord=createobject("Word.Basic")
oWord.FileOpen(cFilename)
oWord.AppMaximize

etc.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform