View Full Version : Trying to print blank lines in report


Wulf13
07-06-2005, 07:03 PM
I'm trying to print a report with 30 blank lines at the end for write-in additions. I've followed several of the posts on this site but I seem to be running into a problem. I've attached a pared down version of the database. Can someone please help?

WayneRyan
07-06-2005, 08:38 PM
Wulf,

I didn't see the need for all of that code. I fed the report with a query.
The query calls a function to return a string containing some number of
carriage returns. That value is assigned to the txtWhiteSpace textbox
which has CanGrow set to YES.

Wayne

WayneRyan
07-06-2005, 08:43 PM
Wulf,

Oops ... I just had to install WinZIP

Wayne