Subject Re: [IBO] [IBO[ iboQuery Error Message
Author Jason Wharton
You are setting a property that should only be set when the connection is
not connected. Get the callstack on this exception and it will point to the
source of the problem.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Stephen Lee-Woolf" <s.lee-woolf@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Friday, May 24, 2002 6:33 AM
Subject: [IBO] [IBO[ iboQuery Error Message


> I have a fairly simple app. A primary form that calls the QuickReport
> print method on a secondary form, with both forms connected to an
> iboQuery residing on a DataModule. The primary form accepts parameters
> which are stuffed into the query, and the results are displayed on a
> dbGrid on the same form. Selecting a button on that form calls the
> QuickReport print method and the results are printed.
>
> All this works as anticipated EXCEPT that immediately after the print
> has been sent to the queue, an EIB_connectionerror is generated that
> says 'Cannot change while connected'
>
> What does this mean? and how do I get rid of it?
>
> Thanks
> --
> Steve Lee-Woolf
> University of Salford
> Manchester, U.K.