Sort/Selection processing
Barry Wiseman
barrywiseman at verizon.net
Tue Jun 15 11:11:17 PDT 2010
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
Correct, you'll have to do it in output processing. @ts does not get set until the selection processing pass ends (otherwise how can fP know the value?); @DONE won't happen until the output pass is finished.
More information about the Filepro-list
mailing list