Report Design
 Crystal Reports Forum : Crystal Reports .NET 2003 : Report Design
Message Icon Topic: Print 24 rows per page Post Reply Post New Topic
Author Message
aspfun
Newbie
Newbie


Joined: 17 Jun 2010
Online Status: Offline
Posts: 27
Quote aspfun Replybullet Topic: Print 24 rows per page
    Posted: 31 Jul 2014 at 5:28am
I want report to print 24 rows in detail section per page.
How to do it?

Edited by aspfun - 31 Jul 2014 at 5:28am
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 05 Aug 2014 at 5:18am
page header
shared numbervar cnt :=0;
""

detail section in section expert
click new page before

shared numbervar cnt;
local booleanvar g:=false;
if cnt > 24 then(
g := true;
cnt := 0)
else
cnt := cnt + 1;

g

HTH
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.