Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word97 minimizes after next line if code after activation
Message
From
28/09/1999 21:30:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Word97 minimizes after next line if code after activation
Miscellaneous
Thread ID:
00270311
Message ID:
00270311
Views:
47
Hi Out there,

I use Word97 as an automation server by coding the following in the click event of a command button.

oWord = CreateObject("Word.Application")
with oWord
.Windowstate=0 &&
.visible = .t.
.document(add)
endwith


Word opens, a new dociment is dosplayed and Word remains open and in WINDOWSTATE=0 until I hit the close button. That is the functionality I want. However, if I place the simplest command after the endwith line, ie: messagebox('HI'), Word minimizes and that line of code executes. I don't want that line of code to execute until I close Word.

How do you do it?

Thanx Neil
dadigidoc@aol.com
Next
Reply
Map
View

Click here to load this message in the networking platform