|
-
Feb 8th, 2006, 01:38 PM
#1
Thread Starter
Fanatic Member
print multiple records in one page
I have a report set up that I want to print 10 records on one page, but instead it prints 10 pages, the same record 10 times on each page. Can anyone tell me what i'm doing wrong?
-
Feb 15th, 2006, 01:35 AM
#2
Re: print multiple records in one page
just try removing the check against begin new page.... and also check whether you have any sub sections/groups in your report...
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
-
Feb 15th, 2006, 01:38 AM
#3
Re: print multiple records in one page
also check your coding where you pass values to the report. i.e. in the loop have you put rs.movenext otherwise your query will pass the same values for the recordcount times in the loop...
hope you understand
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
-
Feb 15th, 2006, 11:13 AM
#4
Thread Starter
Fanatic Member
Re: print multiple records in one page
Here is my problem, I have a table with a column called tagcount. Suppose a certain record in this table has value of '5' for the tagcount field. I need to show this record 5 times on the same page. Is this possible?
-
Feb 15th, 2006, 12:20 PM
#5
Re: print multiple records in one page
Assuming the field is printed in the Details section.
Add 4 additional Detail sections. Place a copy of the desired fields into each section. Create a formula to Suppress these detail sections based on the TagCount field.
-
Feb 15th, 2006, 12:35 PM
#6
Thread Starter
Fanatic Member
Re: print multiple records in one page
I used the crystal report label wizard to create the report. 2 labels accross 5 labels down. So when displaying the lablels I want to check the tagcount field to see how many labels I need to print for that record.
-
Feb 15th, 2006, 12:42 PM
#7
Re: print multiple records in one page
I used the crystal report label wizard to create the report. 2 labels accross 5 labels down. So when displaying the lablels I want to check the tagcount field to see how many labels I need to print for that record.
Okay... Is that a question or a solution...
-
Feb 20th, 2006, 01:44 AM
#8
Junior Member
Re: print multiple records in one page
If you want to do something "more dirty" you can use a temporary table, so before you load the report you run a stored procedure to fill the contents in the temporary table, and you point that table into the report...
Regards,
Tribo
-
Feb 20th, 2006, 01:01 PM
#9
Thread Starter
Fanatic Member
Re: print multiple records in one page
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|