movement between fields

GCC Consulting rkreiss at gccconsulting.net
Fri Jul 27 14:35:53 PDT 2012


I have an select process which uses a number of input statements to gather
data.

I would like to give the user the ability to move back to the previous field
by either pressing the up arrow "CRUP" or the "LTAB"

I entered:

If: @sk="CRUP" or @sk="LTAB"
Then: GOTO get_nnn (get_nnn is the input program line for the previous
field)

Nothing happened.  Is there a way to accomplish this when using

Get_qq :if 
Then: Input("7","15") qq "Enter some Value -> "
 If: @sk="CRUP" or @sk="LTAB"
Then GOTO get_rr


Richard Kreiss
GCC Consulting

Office: 410-653-2813





More information about the Filepro-list mailing list