Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
please kindly tell me how can show more then one record on one crystal report as examples bellow

if there is a database tow rows below
HTML
name      class        fees
ali       10th          100
john      9th           80

and in crystal report
HTML
Name    ali                                  Name     john
Class   10th                                 Class    9th
Fees     100                                 Fees      80

please kindly i want to show as above examples please help me
Posted
Updated 8-Feb-12 2:51am
v2
Comments
Ravi Tuvar 8-Feb-12 6:57am    
hi irfan,

first you have to listset the fields you want to show in detail section and then follow this steps..

a) Right click on top of "Section3 (Details)" on the report, select "Section Expert..."

b) On "Section Expert" window (the "Details" section is already highlighted) untik all the checkboxes on "Common" tab

c) Tick the "Keep Together" checkbox and "Format with Multiple Columns",

once you tick the "Format with Multiple Columns", a new tab as "Layout" is displayed

d) Click on the "Layout" tab and set the "Width" for "Detail Size:" (in my case 0.950) and

set the "Vertical" for "Gap Between Details:" (in my case 0.100)

e) select the "Accross then Down" radio button from "Printing Direction:" and click on the "OK" button....


i hope it will work fine...
Tech Code Freak 8-Feb-12 8:51am    
Post your answer in the Solution form and not as a comment. Type it in Add a Solution below.
Anuja Pawar Indore 8-Feb-12 8:55am    
Added pre tag

 
Share this answer
 
Comments
thatraja 8-Feb-12 9:29am    
Good call, 5!
you may try using group by clause when creating connection for crystal report and use like below in report


[Name][dbfild]
[Class ][dbfild]
[Fees ][dbfild]

in report details section

Best of luck........
 
Share this answer
 
Use subreports

You can learn about from the net.
 
Share this answer
 

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