Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing COM method
Message
De
12/10/2001 12:23:59
 
 
À
12/10/2001 10:44:12
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
Visual Basic
Catégorie:
COM, DCOM et OLE automation
Divers
Thread ID:
00567607
Message ID:
00567725
Vues:
9
>I have a VFP COM server I need to access from an Access database. I have the COM server referenced in the Access database. What I need is the syntax to access the method and return a value to my Access application.
>
>TIA
>
>Rex

Same as with any other COM server:
Dim oServer As myServer.Class
Dim myResult As String
Set oServer = New myServer.Class
myResult = oServer.MyFunction()
HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform