Fixed line count per page

  • Thread starter Thread starter Vladimír Cvajniga
  • Start date Start date
V

Vladimír Cvajniga

Hello,

is there any workaround to print fixed line cnt per page? I need to print 15
lines per page even if (a report's Recordsource record count) mod 15 <> 0.
Do I need to create some empty records in a temporary table?

TIA.

Vladimir
 
Vladimir:

Stop by our web and look in the Free Files area; you'll find a download
called "Other Reports", which includes an example of a method to print a
fixed number of lines per page.

HTH
 
Thanks a lot! I had similar code but I wanted to avoid possible problems
with counting in Detail_Print (bRowCounter = bRowCounter + 1), see "Draw
line after n records" thread in this newsgroup (first post Feb. 2nd, 2004).
Anyhow, the code seems to work fine, so I hope it's not going to produce "an
issue" ;-).

Vladimír
 
Back
Top