Subject Re: [IBO] Newbie Question
Author James
richscheuermann wrote:

> I am just starting with IBObjects.
>
> I have an IBConnection, IBQuery, and IBDatasource on a simple form.
> It has
> a Grid and one text box.
>
> During design the grid and the text box are filled with the proper
> columns
> from the database.
>
> But when I run the exe the grid and text box are empty.
>
> What am I missing?
>
> Thanks
> Rich Scheuermann

You should have to open the IB_Query thru coding. something like
ib_query.open; in form's oncreate event

james