No. We don't have a datatype that can hold a reference to the object
encompassed by the ActiveX component (object).
I have written a couple versions of a Wrapper DLL that contains the
Microsoft Script Control which can manipulate ActiveX components. Since the
Wrapper DLL becomes part of the address space of the RBase environment, when
you create the ActiveX object within the Script Control, it becomes
accessible from RBase Commands passed to the DLL. At the present this is
the only way to do this.
----- Original Message -----
From: "M Finegold" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Friday, September 25, 2009 8:13 PM
Subject: [RBASE-L] - ActiveX components
A different type of question.
First we know that R:Base will recognize an ActiveX control.
So, my question is this; can R:Base interact with ActiveX components also
referred as Type Library components.
I have an ActiveX component that does not show up on the Active X list.
Yes, there is a difference between an ActiveX component and an ActiveX
control. The control is visual, while the component is just a code
interface.
Thanks ...