Subject | Re: IB_Grid and Stored Procedure |
---|---|
Author | Svein Erling |
Post date | 2003-11-13T12:25:59Z |
--- In IBObjects@yahoogroups.com, "ronald_greven" <rs@s...> wrote:
used to find on the grid is located in your IB_Query, not your
IB_Grid. Even if you want to set the name of the column within the
grid, you set the FieldsGridLabel property of your IB_Query, not any
property of the IB_Grid. And the IB_Query also have an EditSQL
property, where you put your UPDATE statement.
That's why I told you to forget the IB_Grid, it only displays whatever
you set in your IB_Query.
Set
> HiEditSQL
> many thanks for your fast reply. But I am sorry, I didn't know
> exactly what you mean with :
>
> > Forget the data grid, and focus on the data source. Use the
> > property of the IB_Query you use to select from the storedIBO is data driven, meaning that many of the properties that you are
> procedure.
>
> I don't work very long with IB_Objects now.
> Could you explain it a little bit more detailed?
used to find on the grid is located in your IB_Query, not your
IB_Grid. Even if you want to set the name of the column within the
grid, you set the FieldsGridLabel property of your IB_Query, not any
property of the IB_Grid. And the IB_Query also have an EditSQL
property, where you put your UPDATE statement.
That's why I told you to forget the IB_Grid, it only displays whatever
you set in your IB_Query.
Set