Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetObject()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
01070792
Message ID:
01070809
Vues:
14
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 ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform