| Subject | Re: [IBO] focussing inplace editor of TIB_Grid after check | 
|---|---|
| Author | Andreas Pohl | 
| Post date | 2001-07-16T04:22:43Z | 
Paul,
thank you, I was running into a known Delphi bug (
http://www.swissdelphicenter.ch/en/showcode.php?id=629 ). So it's no IBO
related.
Mit freundlichem Gruss & Best Regards
Andreas Pohl
apohl@...
www.ibp-consult.com
            thank you, I was running into a known Delphi bug (
http://www.swissdelphicenter.ch/en/showcode.php?id=629 ). So it's no IBO
related.
Mit freundlichem Gruss & Best Regards
Andreas Pohl
apohl@...
www.ibp-consult.com
> > I check user's input in TIB_Query.OnValidateField event. If there is acurrent
> > problem I would like to clear current value and remain focus in current
> > field/cell of grid. Simple call of abort will not remain focus to
> > cell. In fact I've to use mouse to reselect cell.
>
> Try Afield.FocusControl
>
> Regards
> Paul