Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,

i have problem with crystal reports,
i have tow tables in my dataSet
personal info
   slipId (pk)
   stdRollNo
   stdRegNo
   stdName
   stdFatherName
   stdCenterName


Subjects
  subId (Pk)
  slipId (Fk) foreign key from personal info
  subName
  paperDate
  paperTime


i want to generate rollNo slips through crystal reports
when i get data against particular roll no then it works fine,
when i want to get all slips for all registered students,
then there is problem, all subjects are shown on the report and only 1 personal info on top.,

how to get records one by one, personal info and then related subjects, and so on for all students..
Posted
Updated 9-Oct-12 6:20am
v2
Comments
Adersh Ram 18-Oct-12 7:47am    
I think report section is not "Detail" section.
Drag the objects to "Detail" section

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