I am having a problem with showing crystal report
I am getting records like following
PurchaseOrderNumber MaterialName Rate Quantity
0001 ABC 10 100
0001 PQR 20 4300
0001 XYZ 30 450
When I am trying to display it on Crystal Report it shows me,
single record on one Page means
0001 ABC 10 100
2nd record on another Page
0001 PQR 20 4300
3rd record on third Page
0001 XYZ 30 450
I want to display it on the same page. How to do it.
Crystal Reports.NET ProgrammingC#
Last Comment
Manoj Patil
8/22/2022 - Mon
AndyAinscow
Check the properties of the groups on the report. You probably have something like 'start new page' selected for each record/group.
Mike McCracken
Where did yoi put the fields?
Did you put them in the page header rather than the details?
How is you report designed?
Do you have a group on the invoice?
mlmcc
Manoj Patil
ASKER
Check this attached Report
I have added it in Details section. And also checked my query which returns 3 rows
All you need to do is go to the Section expert, then go to Paging Tab. Select the detail section and then uncheck the "New Page after". Then click OK. Just like on the print screen in my attachment.
@mlmcc
Thanks for reply,
I am getting something more than what I want. Check the output
The Vendor details are displaying with the number of records. Get the updated Crystal Report file crptVendorPO1.rpt