Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE, OLE FoxPro Free, Free, Free
Message
From
08/04/2002 17:39:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
OLE, OLE FoxPro Free, Free, Free
Miscellaneous
Thread ID:
00642395
Message ID:
00642395
Views:
44
HELP!

I am trying to utilize an OLE control in a DLL with thiw following code:
x = CREATEOBJECT('fbwlib.cBiblio')
xi = GETINTERFACE(x,'_iBiblio')

? xi.GetBiblio('1550375970')
?'Title='+'\\\\'+xi.title+'/////'
?'Binding='+'\\\\'+xi.BINDING+'/////'
?'ISBN='+'\\\\'+xi.ISBN+'/////'
The objects instanciate OK. The GetBiblio method returns success. Yet when I access the properties (as documented) Title, binding, or even ISBN all are blank! At ths time they sould be populated with the current information. I am stuck.

Glenn
Reply
Map
View

Click here to load this message in the networking platform