Subject Re: [IBO] Re: A minor error
Author Jason Wharton
Alan,

This change was made back in 4.7 I believe. It should be mentioned in the
migration guide.

These efforts are to have a foundation of IBO with just the core components
for use in a console application.

IB_Query was moved out of IB_Components because it is geared more towards
interactive use rather than non-intaractive use.

Jason Wharton

----- Original Message -----
From: "Alan" <alan@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, January 13, 2010 1:51 PM
Subject: [IBO] Re: A minor error


> >
>> Delphi 2010, IBO 4.9.9.
>>
>> Using a TIB_Connection with LoginPrompt = true fails to connect if
>> TIB_Query or similar is not defined on the form. Adding IB_Access to the
>> uses list is enough to avoid the error.
>>
>> I think the error was something like 'Login form not * for IB_Connection'
>> (where * is something like 'found, available or defined') or similar, but
>> I haven't got IBO properly installed on D2010 on the machine I'm
>> currently at. I did write a minimal test program
>> (TIB_ConnectionLoginPrompt.zip, uploaded to this group), but haven't
>> compiled it.
>>
>> Set
>>
>
> In fact, there's a major re-arrangement taken place. IB_Query is no longer
> in IB_Components from 4.9 on. All my source code units, where IB_Query was
> defined, needs to have IB_Access added to the uses clause.
>
> Not sure why IB_Query had to be moved....it's a fare amount of work and
> can't be automated (AFAIK).
> Alan