Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Word read/only, prevent save as, release variable
Message
From
30/07/2007 09:20:54
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01244081
Message ID:
01244537
Views:
25
>>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?

I tried that first and it returned 'O'
>
>Always wrap createobject in try/catch block.

I have not used try/catch blocks yet. How would I do that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform