Sort/Selection processing

Kroboth, Joe joe_kroboth at chernay.com
Wed Jun 16 06:16:39 PDT 2010



> -----Original Message-----
> From: filepro-list-bounces+joe_kroboth=chernay.com at lists.celestial.com
> [mailto:filepro-list-
> bounces+joe_kroboth=chernay.com at lists.celestial.com] On Behalf Of Nancy
> Palmquist
> Sent: Tuesday, June 15, 2010 3:33 PM
> To: filepro-list at lists.celestial.com
> Subject: Re: Sort/Selection processing
> 
> Joe,
> 
> Do it in @once processing on the output side.  Put your values in
> Declared global tables, pick them up with Declare extern on the output
> side.
> 
> Then show them with @once.  If you want to exit at that point there is
> no harm done, just put in an EXIT.
> 
> I do authentication stuff there sometimes, and it will EXIT without
> touching any records in the file.
> 
> Nancy
> 
> On 6/15/2010 1:52 PM, Kroboth, Joe wrote:
> > Is there any way to test that the last record has been processed on a
> Sort/Selection processing table.   I want to trigger a message to
> display some totals on the screen and ask if the user wants to
> continue.  @done doesn't seem to work and @TS doesn't seem to have a
> value.  Perhaps The only option is to pass the totals to the output
> processing try to do what I need from there (?)
> >
> > Thanks.
> >
> > Joe Kroboth
> > Chernay Printing, Inc
> >


Thanks everyone. I'm going to try your ideas out today and see how it goes. I certainly learned some new things from all your suggestions and comments. 

Joe 



More information about the Filepro-list mailing list