Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I would like to add information to a crystal report, the problem being that it comes from three tables.

The layout on the report is like this

<b>
MACHINE_NAME
</b>

OS , RAM
PROCESSOR , SPEED,
.........Various other information..........
<b>
Drives.
</b>
letter, size, used, free
letter, size, used, free

as you can see the machine_name etc is singular till you get to a drive, now obiously a machine can have multiple drives and I would like to display information about them all, with out repeating the machine data as is happening now.

Any suggestions are more than welcome.

Regards

Phil
Posted

1 solution

Add a Group on MACHINE_NAME
Show OS , RAM PROCESSOR , SPEED and the word "Drives" in the group portion
Show Drives in details Portion

Or Try Different Sub-report for OS , RAM PROCESSOR , SPEED and Drives
 
Share this answer
 
Comments
tiggerc 30-Jun-10 10:08am    
Absolute legend don't why i didn't spot it, thanks ever so much.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900