Connecting Tech Pros Worldwide Forums | Help | Site Map

Call Function To Add Blank Lines To Report

Melissa
Guest
 
Posts: n/a
#1: Nov 13 '05
I created a report that is grouped and I set it to go to a new page after
each section. Each page will have a different number of records. I have a
function that looks at the number of records and the height of each section
in a report and adds blank lines to the bottom of the page. Where do I put
the code to call this function and in what event so that the function is
called at each new page?

Thanks!

Melissa


Salad
Guest
 
Posts: n/a
#2: Nov 13 '05

re: Call Function To Add Blank Lines To Report


Melissa wrote:
[color=blue]
> I created a report that is grouped and I set it to go to a new page after
> each section. Each page will have a different number of records. I have a
> function that looks at the number of records and the height of each section
> in a report and adds blank lines to the bottom of the page. Where do I put
> the code to call this function and in what event so that the function is
> called at each new page?
>
> Thanks!
>
> Melissa
>
>[/color]
I would look more at the MoveLayout/NextRecord/PrintSection properties
in help. You would do this in the OnFormat event of the report.
Closed Thread