Print Page | Close Window

Grouping

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=9695
Printed Date: 18 Apr 2025 at 9:43pm


Topic: Grouping
Posted By: Bhagya
Subject: Grouping
Date Posted: 14 Apr 2010 at 10:16pm
Hi
 
I m new to crystal report and my report is in this format
 
(Page Header sec)      Date        From             To
______________________________________
(Group Section)                 Group 1
______________________________________
(Details Sec)           12.2.2010    njkjlh        jjjhkjkjkl
                               3.2.2010      jfiefuireu     jhjkhfk
_______________________________________
                                         Group 2
_______________________________________
                                3.10.2010 nnkn           bhbjkh
_________________________________________
 
 
I want to insert the lines in between the date from and to but the lines should not appear in groups
 
 
 
 



Replies:
Posted By: lockwelle
Date Posted: 15 Apr 2010 at 3:32am
is each page a different set of from/to dates?  If so, and you are only printing the values that actually appear on the page, to the best of my knowledge, you can't.  The page header reads the current record at the time of pagination, at least this is how I think it works.
 
With that said, you can have a From date, but the To date is unknown.  You might be able to use a subreport, but it would be iffy as you would need to count lines, and sometimes that is not as simple as you would think.
 
HTH


Posted By: Bhagya
Date Posted: 15 Apr 2010 at 10:41pm
In Details Section in between From To< ="Content-" content="text/; charset=utf-8">< name="ProgId" content="Word.">< name="Generator" content="Microsoft Word 12">< name="Originator" content="Microsoft Word 12"><> and Date i have place straight lines but the lines are not continued up to footer.


Posted By: lockwelle
Date Posted: 16 Apr 2010 at 4:21am
right click on the line, select 'format line', check 'Extend to Bottom of Section when Printing'
 
HTH



Print Page | Close Window