` Printed Icetips Article

Icetips Article



Par2: Print a fixed number of records
1998-04-10 -- Larry Juker
 
Just add your test condition in the "After Printing Detail" embed point.  Something like 
this:

DetailCnt += 1
If DetailCnt > MaxToPrint
   ENDPAGE(Report)
   BREAK
End

You will need to initialize your MaxToPrint and DetailCnt variables in a setup procedure
embed.



Printed April 28, 2024, 2:43 pm
This article has been viewed/printed 35108 times.