Talk with the Author
 Crystal Reports Forum : General Information : Talk with the Author
Message Icon Topic: fix the detail Post Reply Post New Topic
<< Prev Page  of 2
Author Message
rjknight29
Newbie
Newbie
Avatar

Joined: 14 Dec 2009
Location: Philippines
Online Status: Offline
Posts: 13
Quote rjknight29 Replybullet Posted: 21 Dec 2009 at 7:12pm
ma'am it is working well now.. but i have another problem..
 
i inset this in detail after new page
whileprintingrecords;
global numbervar detailcount;
detailcount:=detailcount+1;
global numbervar detailcount;
detailcount mod 10=0
so in this point, i can maximise my detail...
 
the instraction u give me is work in a first page if my detail is grater than 10 it could be on the second page but in second page the group footer is not work..  any idea about this...
 
thanks alot...
how to fix the detail of crystal report even if their have a data or non., sample if i have a 10 row or lessthan 10 it must have 10 detail total.. anyone pls.. help
IP IP Logged
rjknight29
Newbie
Newbie
Avatar

Joined: 14 Dec 2009
Location: Philippines
Online Status: Offline
Posts: 13
Quote rjknight29 Replybullet Posted: 21 Dec 2009 at 8:17pm

ma'am thanks a lot it's working now....

but i have another proble... if my detail is greaterthan 10 it could be next page.. i got this formula and insert to new page after.
 
whileprintingrecords;
global numbervar detailcount;
detailcount:=detailcount+1;
global numbervar detailcount;
detailcount mod 13=0
in this point i maximize my detail up to 10 and the other is in the next page.. but how could i freez the group footer in exact margin let say i have 12 detail the 10 rows print in the first page and the second last 2 row print in another page. the group total always adjust move up.. how is that.. if the counter is graterthan the group footer 
how to fix the detail of crystal report even if their have a data or non., sample if i have a 10 row or lessthan 10 it must have 10 detail total.. anyone pls.. help
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet Posted: 22 Dec 2009 at 6:19am

There is no way to adjust it if the details go to two pages.  Group footers will always appear right after the section they follow and there is no way to adjust that.  You might be able to do something using a page footer, though.  You'll have to look at the suppress/not suppress and whether you're at the end of the group.  Use the NextIsNull() and Next() formulas (in that order!) to determine if your at the end of the group - it looks something like this:

  NextIsNull({table.group field}) or {table.group field} <> next({table.group field})
 
-Dell
IP IP Logged
swapneelkale
Newbie
Newbie


Joined: 04 Jun 2010
Location: India
Online Status: Offline
Posts: 1
Quote swapneelkale Replybullet Posted: 04 Jun 2010 at 3:40am
Hello,

I am also a new comer, and facing the same issue as
rjknight29, only difference is that I cannot insert groups inside my report. I there any was to achieve it?

Thanks in advance.
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet Posted: 04 Jun 2010 at 3:57am
Why can't you insert groups?
 
-Dell
IP IP Logged
<< Prev Page  of 2
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.031 seconds.