Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Please translate VB directions
Message
 
 
To
19/09/2000 18:45:29
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00418306
Message ID:
00418311
Views:
28
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform