movement between fields
Richard D. Williams
richard at appgrp.net
Fri Aug 10 11:33:41 PDT 2012
Richard,
Have you consider using a regular input screen to gather your user input
and then passing the data to a dreport session?
You don't even have to use a system command if you export the needed
user responses to a text file and upon exiting that screen, run the report.
Just a thought.
Richard D. Williams
On 7/27/2012 4:35 PM, GCC Consulting wrote:
> 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
>
>
>
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> http://mailman.celestial.com/mailman/listinfo/filepro-list
>
>
>
More information about the Filepro-list
mailing list