Subject Re: GSG topic "Working the Ropes"
Author gsbrown@GerBreOwn.com
I found out the cause to that error. I have one query component that
I haven't yet created the SQL for. Not the one that I have my grid
connected to.

Gerald S. Brown

--- In IBObjects@egroups.com, gsbrown@G... wrote:
> No it wasn't. I added it and that fixed the problem but now I am
> getting an error saying "Cannot Prepare a blank statement". I click
> on OK and my grid comes up with data in it and I can now edit the
> data. Any ideas on this error message? My query just selects some
> fields from 1 table for update.
>
> Thanks,
>
> Gerald S. Brown
>
> --- In IBObjects@egroups.com, "Jason Wharton" <jwharton@i...> wrote:
> > Is the IB_Components unit in the uses clause?
> >
> > Jason Wharton
> > CPS - Mesa AZ
> > http://www.ibobjects.com
> >
> >
> > ----- Original Message -----
> > From: <gsbrown@G...>
> > To: <IBObjects@egroups.com>
> > Sent: Thursday, December 14, 2000 10:17 AM
> > Subject: [IBO] GSG topic "Working the Ropes"
> >
> >
> > > Jason,
> > >
> > > I just purchased your Getting Started Guide. In the section
> "Working
> > > the Ropes" there is some sample code to check if a TIB_Query is
> > > active. When I used that code in my application I get an error
> > > message saying "Undeclared identifier 'TIB_Query'". What might
I
> be
> > > missing?
> > >
> > > I have a TIB_Grid on a form that is linked to a TIB_Query on a
> DMForm.
> > > In design view the data shows up in the grid but when I run the
> app
> > > the grid is empty. That is why I was trying to use the above
> code.
> > >
> > > Thanks,
> > >
> > > Gerald S. Brown