Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can DBI Controls be used in Visual Class Designer
Message
From
15/03/2014 04:47:50
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01596572
Message ID:
01596586
Views:
99
>Hi
>
>I am using a trial version of the DBI Components ctListView for evaluation purposes. I made and OLEControl using the Class Browser and when I added the ctListView component I did not see any of the properties or methods of the ActiveX control. All I see is the regular VFP properties and methods. Usually when I add an ActiveX control I see its properties and methods as well. Is anybody using the ActiveX components from "Studio Controls for COM 64"? It contains both 64bit and 32bit controls. I am using the 32bit control. I am also using VFP9 on Windows 8.1 64bit.

With activex interfaces, the properties may not be visible in VFP's regular PEM window, depending on how it was written and how these are published (is there a vbr or tlb file, does VFP know where it is etc etc).

It may have its own property sheet - rightclick and check properties (the last bar of the popup). Alternately, you may check it with aSelObj():
* in design mode, select the control
aSelobj(aO)
ox=aO[1]
?ox.object.
Then when you type that dot, Intellisense should kick in and show you these internal properties. By this reference you should be able to check and/or set them.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform