Jul 7, 2003 #1 ScorpioJones Instructor Joined Jul 7, 2003 Messages 3 Location US Is It possible to tell Crystal Reports to go to the next page if/when you reach a certain line on a page (like 2 inches)?
Is It possible to tell Crystal Reports to go to the next page if/when you reach a certain line on a page (like 2 inches)?
Jul 7, 2003 #2 dgillz Instructor Joined Mar 2, 2001 Messages 10,059 Location US You can set a new page after a certain record number, such as every 8th record, with a conditional formula: if remainder(recordnumber,8)=0 then true since the font size is a variable in the question of how many records will take up 2 inches, this is most likely your best bet. Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports http://www.trianglepartners.com Upvote 0 Downvote
You can set a new page after a certain record number, such as every 8th record, with a conditional formula: if remainder(recordnumber,8)=0 then true since the font size is a variable in the question of how many records will take up 2 inches, this is most likely your best bet. Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports http://www.trianglepartners.com
Jul 8, 2003 #3 synapsevampire Programmer Joined Mar 23, 2002 Messages 20,180 Location US A line on a page and 2 inches is very different as Crystal is printer based, and different printers render similar pages differently. Go to File->Page Setup and add a bottom margin of 2 inches. -k Upvote 0 Downvote
A line on a page and 2 inches is very different as Crystal is printer based, and different printers render similar pages differently. Go to File->Page Setup and add a bottom margin of 2 inches. -k