B
Brad Pears
I have a case where after 20 detail lines have been printed for a particular
"group" (the group happens to be salesperson), I would like the detail
printing to stop for that group and to simply begin printing the next
group.
I tried coding into the detail line "Print" event, and saw an integer
'Cancel' is being passed in. I thought that by checking my public
intDetailPrint counter (initialized on print of each group) for >20 and if
so setting cancel = 0 or 1 would work but alas it does not...
What is the easiest way to suspending the print of detail lines after 20
have already been printed for a particular group? I want the report to
continue with the next group - -not stop the print altogether...
Thanks,
Brad
"group" (the group happens to be salesperson), I would like the detail
printing to stop for that group and to simply begin printing the next
group.
I tried coding into the detail line "Print" event, and saw an integer
'Cancel' is being passed in. I thought that by checking my public
intDetailPrint counter (initialized on print of each group) for >20 and if
so setting cancel = 0 or 1 would work but alas it does not...
What is the easiest way to suspending the print of detail lines after 20
have already been printed for a particular group? I want the report to
continue with the next group - -not stop the print altogether...
Thanks,
Brad