Subject RE: [IBO] component qryCancelDialog already exists
Author Jason Wharton
CallbackInc being set to -1 is what disables that, not MaxInt.

Jason Wharton
www.ibobjects.com

-----Original Message-----
From: Ed Dressel [mailto:Dressel@...]
Sent: Friday, June 04, 2004 10:14 PM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] component qryCancelDialog already exists


> Yes, look at my response to your second question. The
> qryCancelDialog wouldn't even be created if it weren't "needed".
> It's trying to tell a human that the connection can't be made,
> but an ISAPI can't communicate

Actually this is my bad. In the original post I sad 'qryCancelDialog'
and it is actually 'dlgCancelQuery'--which is created to show
progress of the query as it is read from the database (which I don't
want).

I looked at the source and don't see anyway of not showing this
dialog. Is there a way to keep it from showing up (short of altering
the IBO code Or setting CallbackInc to MaxInt)? (I'm quite sure there
should be). It's created in the IB_Components.pas
TIB_Dataset.DefaultProcessCallback method.

Thanks
Ed Dressel