Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word - PrintOut method
Message
From
21/03/2001 13:30:34
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00487216
Message ID:
00487314
Views:
11
Yuri:

>Just want to add what Vlad already told. According to available Word VBA documentation, printout() should be supplied with valid parameters. So, passing parameters like ..,,.., where between ,, should be string but not a logical value is not right and it is expected to initiate an error.

>It is not the only example where developers are confused because of the lack or not proper information given by MS

Sorry for being stubborn but my question is more in the order of why
loDoc = loWord.Documents(1)
loDoc.SomeMethod()
<pre>
is not functionally equivalent to
<pre>
loWord.Documents(1).SomeMethod()
Understanding why they do not behave exactly the same would allow me to determine when it is best to create a separate reference (loDoc in the example) to a member of an object before making a RPC.

I believe this may be a binding isue but I sure don't understand it!

Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform