Subject RE: [IBO] OnGetDisplayText
Author Jason Wharton
Luc,

> > This even fires when the grid is in the process of painting itself.
> >
> > If you want an update you can call IB_Grid.Invalidate and this will
> > cause the grid to repaint.
> >
> I'm using an TIB_Edit with event OnGetDisplayText. IB_Edit.Invalidate
> doesn't refresh displaytext, but when I use the Reset property of my
> datasource it works fine. Is this the right way to solve this
> problem ?

This should be just fine.

Jason Wharton