Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Please translate VB directions
Message
 
 
À
19/09/2000 18:45:29
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00418306
Message ID:
00418311
Vues:
27
>Declare PllrApi as an object in your VB code
>
Public Pllr AS PllrSrvrLib.PllrApi
>Sub Main()
>    Set Pllr = New PllrSrvrLib.PllrApi
>    frmMain.Show
>End Sub
>
>I SET LIBRARY TO "C:\Program Files\...\PllrSrvr.tlb"
>I've tried just about every combination of PllrApi, PllrSrvrLib, iPllrApi, etc. that I can think of.

Er, shouldn't you be doing a CREATEOBJECT() on this thing? Do a

ox = CREATEOBJECT("PllrSrvrLib.PllrApi")

then use either the OLE/COM Viewer or the VB object browser to get the PEMS and parameters.
Mike Stewart
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform