Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word detection
Message
From
11/12/2003 12:12:47
 
 
To
10/12/2003 19:41:00
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00857928
Message ID:
00858205
Views:
18
Hello Efrain.

Is there a way to know when a document is opened. I open many document but so I can't just close the application (Word Application).
IF TYPE( 'oWord.Name' ) = 'C'
  IF oWord.Documents.Count > 0
    *** a document is open
  ELSE
   oWord.Quit()
  ENDIF
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform