PDA

Click to See Complete Forum and Search --> : want to creat a specification report


khurram jafri
Aug 30th, 2005, 01:36 PM
hi everyone
Actully I am working on a software which is for car financing.I made it all but I stuck on a report which is I want to make the report for the sepacification report in Crystal reports in header car name, price,years to lease and in detail I want to place the every year installment insurance and etc.and I want to set each sepcification at each next sepcification will on next page.
when I am going to make it make some thing else any one have any idea for this.

Hack
Aug 31st, 2005, 07:12 AM
I'm not seeing a question here, and what you posted seems as though it would be fairly easy to do from the CR Report Designer.

All of the data you wish to report on is in a database, correct? Just bind the report to the appropriate table, and populate your report with the fields from that table.

khurram jafri
Sep 1st, 2005, 03:09 AM
I want to make a report in which I wnat to get data from master table persons information.and in second section I want to get data from other table and thats its details.Simple

badbee
Sep 5th, 2005, 11:09 AM
You want to move to next page when a all related detailed records are finished?
if yes, then you need to create groups in report. Add group to report and group on a field from master table (ideally the PK field).
To move to next page when details are finished, Go to section expert of CR designer (by Rt. Clicking on Group footer section). Check the checkbox named 'New Page After'. This would make sure that new group starts from new page.
However, you will get an empty page after the last group, so you will have to use the formula editor to conditionally move to new page.