movement between fields

Richard Kreiss rkreiss at verizon.net
Fri Aug 10 14:39:18 PDT 2012



> -----Original Message-----
> From: filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com
> [mailto:filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com] On
> Behalf Of Richard D. Williams
> Sent: Friday, August 10, 2012 2:34 PM
> To: filepro-list at lists.celestial.com
> Subject: Re: movement between fields
> 
> Richard,
> 
> Have you consider using a regular input screen to gather your user input
and
> then passing the data to a dreport session?

Considered, I would have to rewrite the select process.  The problem is I
would have to create a number of screens and switch them based on the data
being entered. 

The select program branches, putting up a different set of input statements
to meet the requirements on the fly.

However, this is a solution I will consider.  Thanks.

Richard



> 
> 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
> >
> >
> >
> 
> _______________________________________________
> 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