Subject | Re: [IBO] IBA_Statement.IMP ??? |
---|---|
Author | Jason Wharton |
Post date | 2001-01-31T16:02:39Z |
Something seems really funny here. You don't use New() to create these
objects. You use their constructors. As for those files, they are merely
included in the unit IB_Components.pas. Don't put them in any uses clauses.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
objects. You use their constructors. As for those files, they are merely
included in the unit IB_Components.pas. Don't put them in any uses clauses.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <simpor81@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, January 31, 2001 7:00 AM
Subject: [IBO] IBA_Statement.IMP ???
> Hello!
>
> I have a little problems with the TIB_Connection and TIB_Transaction.
> I want to create them with the "new" command during runtime. But
> everytime when I start up the acplication does it say that
> IB_Transaction needs a connection to work. And I haven't even created
> the object yet!
>
> Can't you create these two objects during runtime? If I put the
> component on the form and sets up the connection does it work
> proberly. But I'm not using those components later in code!
>
> And when I run the program does it say that I need the file
> IBA_Statement.IMP, IBA_Transaction.IMP and IBA_Connection.IMP. What
> are does these tree files do. Now do I have to put them in the same
> folder as the program to make them run properly.
>
> I'm using Borland C++ Builder 5.0.
>
> Simon
>
>
>
>
>