Subject | RE: [IBO] OnGetDisplayText |
---|---|
Author | Jason Wharton |
Post date | 2007-08-08T18:33:40Z |
Luc,
Jason Wharton
> > This even fires when the grid is in the process of painting itself.This should be just fine.
> >
> > 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 ?
Jason Wharton