Subject | RE: [IBO] TIB_Grid.CellLoseFocus firing too late on row change ? |
---|---|
Author | Jason Wharton |
Post date | 2005-05-24T01:39:25Z |
There's probably nothing I can do about that because it doesn't know it has
lost focus until after the event that triggered the loss of focus has
completed. Focus was 'lost'.
Jason
lost focus until after the event that triggered the loss of focus has
completed. Focus was 'lost'.
Jason
> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of G. Nau
> Sent: Sunday, May 22, 2005 3:20 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] TIB_Grid.CellLoseFocus firing too late on row change ?
>
>
> 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