cursor location with default input
John Esak
john at valar.com
Wed Oct 12 22:41:45 PDT 2005
George,
My compliments, that is a great solution.
John
> -----Original Message-----
> From: filepro-list-bounces at lists.celestial.com
> [mailto:filepro-list-bounces at lists.celestial.com]On Behalf Of George
> Simon
> Sent: Thursday, October 13, 2005 12:16 AM
> To: tony freehauf; filepro-list at lists.celestial.com
> Subject: Re: cursor location with default input
>
>
> ----- Original Message -----
> From: "tony freehauf" <tony at ynotsoftware.com>
> To: <filepro-list at lists.celestial.com>
> Sent: Wednesday, October 12, 2005 11:04 PM
> Subject: cursor location with default input
>
>
> >
> > hi experts
> > i have a input statement with a 1 character default value and a 2
> > character input variable
> > how do i get the cursor to sit on the second position
> > thanks
> > old tony
> >
> > sample below:
> >
> > declare answer(2,*), startVal(1,*)
> > start="t"
> > input popup answer "Enter correct Value." DEFAULT startVal
> >
> > comment:
> > the cursor sits on the first character of answer
> > i wish it would sit on the second location
> >
> >
> > _______________________________________________
> > Filepro-list mailing list
> > Filepro-list at lists.celestial.com
> > http://mailman.celestial.com/mailman/listinfo/filepro-list
> >
> declare answer(2,*), startVal(1,*)
> start="t"
> pushkey "[crgt]"
> input popup answer "Enter correct Value." DEFAULT startVal
>
>
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list
More information about the Filepro-list
mailing list