Subject | Re: [IBO] OnGetDisplayText |
---|---|
Author | lucvigato |
Post date | 2007-08-07T10:10:49Z |
>cause
> 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
> 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 ?
Luc