Subject Re: [IBO] Disappearing grids: Only if ListBoxStyle = true
Author mmenaz@lycosmail.com
I've a similar arrangement (but I use D6 pro), but the disappearing
problem is solved for me. I've a new bug: the grid behaves like if it
were not enabled. Changing tab sheet and returning seems to re-enable
the grid. Some mysterious bug is sorrounding us ;
Jason, seems that you have to spend another amount of time on this
troubled IB4 grid :(
Marco Menardi

--- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
> Logged as a bug.
> Thanks,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: <mail@z...>
> To: <IBObjects@y...>
> Sent: Monday, September 17, 2001 5:30 AM
> Subject: [IBO] Disappearing grids: Only if ListBoxStyle = true
>
>
> > Hi,
> >
> > since I am using BCB I'm not able to create a Delphi app. But here
is
> > a small scenario to reproduce the problem (IBO 4.2Ef):
> >
> > 1. New application
> > 2. Drop a PageControl (align=client) on the form and create 2
> > TabSheets
> > 3. Drop a TIB_Connection, TIB_Transaction on the form. Let the
> > TIB_Connection point to employee.gdb
> > 3. Drop a TIB_Grid on the first TabSheet, align=left
> > 4. Drop a TIB_Query and a TIB_Datasource on the form.
> > 5. The Query's SQL: SELECT CUSTOMER FROM CUSTOMER
> > 6. TIB_Grid.GridLinks = CUSTOMER
> > 7. TIB_Grid.ListBoxStyle = true
> > 8. TabSheet1.OnShow() : Set TIB_Query.Active = true
> > 9. TabSheet1.OnHide() : Set TIB_Query.Active = false
> >
> > The grid is not visible on application startup if
> > TIB_Grid.ListBoxStyle is true.
> >
> > Mario
> >
> >