Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetObject()
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
01070792
Message ID:
01070809
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
It depends on what is the object, how are computers connected, etc.
For instance, if you have, say, z-letter for remote PC, and you wish to get the excel file from remote PC, you may use :
o=GETOBJECT("z:\excel_file_name.xls")
o.application.visible=.t.
o.application.windows(1).visible=.t.
.....
Though here one might use createobj as well.

\>how to call GetObject() from remote computer ?
>Who now ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform