Subject | Re: TIB_Ledger not displaying data |
---|---|
Author | Rick Roen |
Post date | 2005-01-20T13:40:31Z |
Jason and Helen will certainly know more about this component, but
it is a bit quirky.
I found that the grid did not display the first row when the grid
height did not have enough space for two complete rows. In my case
each row had multiple lines, so the second row appeared to be the
first. This was casued by the default height of a form when I
opened a MDI child form that displayed the grid.
Try eliminating some fields to get the display down to one row per
table row and see if that is part of the problem.
Rick
--- In IBObjects@yahoogroups.com, "yaedos2000" <yaedos2000@y...>
wrote:
it is a bit quirky.
I found that the grid did not display the first row when the grid
height did not have enough space for two complete rows. In my case
each row had multiple lines, so the second row appeared to be the
first. This was casued by the default height of a form when I
opened a MDI child form that displayed the grid.
Try eliminating some fields to get the display down to one row per
table row and see if that is part of the problem.
Rick
--- In IBObjects@yahoogroups.com, "yaedos2000" <yaedos2000@y...>
wrote:
>following
> Hi,
>
> I've trying to use a TIB_Ledger grid display data, but it's not
> displaying anything. I have it linked to a Query with the
> SQL:data
>
> SELECT ID FROM TABLE_1
>
> I have the same query linked to an IB_Grid, and it displays the
> fine. What should I be doing to make the Ledger display the samedata?
>
> Thanks