Subject [IBO] TIB_Grid.CellLoseFocus firing too late on row change ?
Author G. Nau
Am 22 May 2005 um 6:35 hat Lester Caine geschrieben:

> Not one I use.
> What are you trying to do in it?
> I tend to check and modify data in the query component rather than 'on
> the grid'.
> I have had problems with LoseFocus sequence - but not with IBO - however
> it probably needs a look at.
>

I have to do some data integrity and modification checks after the
user entered data. The mods itself can indeed be done in the query
(ib_query.fieldbyname('fieldname').asstring).
But to fetch the data changes, the CellLoseFocus seems an
appropriate approach....
>>I have had problems with LoseFocus sequence - but not with IBO - however
it probably needs a look at.<<
Indeed, IBO is working fine, it's just the LoseFocus is firing right after
the row change.

Regards
Gunther