Subject | Re: [IBO] how to find what user has entered so far in a grid? |
---|---|
Author | Hundri Magusin |
Post date | 2002-06-11T16:57:32Z |
Thanks Paul! Much appreciated.
H.
""Paul Hope"" <paulhope@...> wrote in message
news:ae4km5$ggg$1@......
H.
""Paul Hope"" <paulhope@...> wrote in message
news:ae4km5$ggg$1@......
> Hundrican
>
> you can access what has been entered so far by the following inelegant
> method
>
> type TCrackGrid = class(TDrawGrid);
> and in IB_GridOnKeyUp
> if TCrackGrid(IB_Grid).InPlaceEditor<>nil then
> TextSoFar = TCrackGrid(IB_Grid).InPlaceEditor.Text;
>
> Regards
> Paul
>
> > ""Andreas Pohl"" <apohl@...> wrote in message
> > news:001f01c20e08$de449900$3202a8c0@pc1800...
> > > Watch out overquoting and try TIB_Query.AfterInsert/AfterEdit which
> be___________________________________________________________________________
> > > assigned to same procedure. Would you like to set RO property of IBO
> > > controls at runtime depending on a condition? Try this sample:
> > >
> >
> > Unfortunately this doesn't work since I need to validate character by
> > character. Afteredit fires just once for the whole dataset :-(
> >
> > Hundri
> >
> > P.S. Nice piece of code that, I'll be saving it somewhere.
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
> > IB Objects - direct, complete, custom connectivity to Firebird or___________________________________________________________________________
> InterBase
> > without the need for BDE, ODBC or any other layer.
> >
>
> > http://www.ibobjects.com - your IBO community resource for Tech Infohttp://docs.yahoo.com/info/terms/
> papers,
> > keyword-searchable FAQ, community code contributions and more !
> >
> > Your use of Yahoo! Groups is subject to
> >___________________________________________________________________________
> >
> >
>
>
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>