Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Word read/only, prevent save as, release variable
Message
 
 
To
30/07/2007 09:12:27
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01244081
Message ID:
01244535
Views:
22
>I tried
>
>if vartype(loWord.visible) = 'U'
>   loWord = createobject("Word.Application")
>endif
>
>
>I get an error message that "RPC server is unavailable". How do I check if the server is available?
>

Strange error and strange check. Did you first check that loWord is an object?

Always wrap createobject in try/catch block.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform