Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Informing user that Word/Excel is being started
Message
 
To
10/05/2005 17:46:27
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01012627
Message ID:
01012634
Views:
18
Malcolm,

Can You use Automation instead? Something like:
* Your message saying that word is loading
loWord		= Createobject('Word.Application')
loDocument	= loWord.Documents.Open('Your Document.doc')
* A message saying that word is ready, or just removing the other message
loWord.Visible = .t.
And similar for excel
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform