[Migrated content. Thread originally posted on 08 August 2006]
I am trying to use a non-visual activex control from ComponentOne called XArrayDB. I created the def file with axdefgen (attached), and added it to my workspace copylib, then I added it to the cbl program (below)...SPECIAL-NAMES.
COPY "XArrayDB.def".
*{Bench}activex-def
COPY "TDBList.def".
COPY "Acuclass.Def".
.
Also Added...
77 XArrayDB-Handle USAGE IS HANDLE.
Then I added some event procedure code to create it (below)... but when I try to call the AboutBox method just to be sure it's working, I get a compiler error "Undefined data item: @ABOUTBOX"
CREATE @XArrayDB OF @XArrayDBObject
HANDLE IN XArrayDB-Handle.
MODIFY XArrayDB-Handle @AboutBox().



