Subject | Re: [IBO] component qryCancelDialog already exists |
---|---|
Author | Ed Dressel |
Post date | 2004-06-05T05:14:28Z |
> Yes, look at my response to your second question. TheActually this is my bad. In the original post I sad 'qryCancelDialog'
> 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
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