> >
> > You are right, the Vfp textbox behavior is a little unconventional.
> > As for the numeric input, there are a few classes available, for instance in the UT Downloads section as far as I remember.
> > One written by Marcia Akins is described here
http://www.foxite.com/archives/0000181808.htm> >
> > As for the arrow, pos1, end keys behavior, I'm not aware of any public domain classes - you can handle it in yourTextboxClass.KeyPress()
> >
> > The insertion point issue can be handled in textbox.GotFocus() by setting This.SelStart=0 if MDown() and Empty(Nvl(This.Value,''))
> >
> >
> >
> > hth
> > -Stefan
>
> hi drewken
> sorry,
> i c't understand how to use it
Hi Tanvir,
Did you mean Ken or me?, what do you want to do exactly?
-Stefan