cursor location with default input

Nancy Palmquist nlp at vss3.com
Mon Oct 17 08:08:16 PDT 2005


George Simon wrote:
> ----- 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
> 

My customers love this in a date field.  Just fill the field with the 
current date (MM/DD/YY) then pushkey "[crgt][crgt][crgt]" to move them 
to the day where they can just change the day without typing the entire 
date.  In many situations, this can save keystrokes without causing any 
difficulties.  Just know what kind of data and the context for data 
entry and you can save time easily with this method.

Nancy

-- 
Nancy Palmquist 		MOS & filePro Training Available
Virtual Software Systems	Web Based Training and Consulting	
PHONE: (412) 835-9417		   Web site:  http://www.vss3.com



More information about the Filepro-list mailing list