Heres what I'm thinking
On the Print On Load Event Page-
Sub(PrintOnLoad)
Foreach(record) i = 1 Step 5
<br style="page-break-before:always;">
Next
EndSub
I know the syntax is probably horribly wrong but will the logic work?
Basically I just need a page break after 5 records so only 5 can print on a page.
I am not sure how you would define an entire record in Asprunner for the loop but if it can be done and steps by 5 so after 5 records the page break takes place would that work?
Any help on the code is very, very much appreciated. I am still learning and hopefully one day will be able to answer more questions then I post.
Thank you all again for all your help!
Cheers,
Stealth-