Click here to Skip to main content
15,908,264 members

Comments by Member 10404143 (Top 5 by date)

Member 10404143 13-Jan-20 4:32am View    
Thank you!
Member 10404143 1-Jan-20 6:38am View    
I got the answer now!
Member 10404143 23-Dec-19 1:11am View    
ok, thanks for the response.
Member 10404143 22-Dec-19 5:11am View    
I have two crystal reports.
1. Display the attendance(no of absences with and without permission) of trainee
2. Display the Examination results for each cycle.

I have 3 tables:
1. Table name: Trainee (IDNo, Name, etc. )
2. Attendance=Table name: FollowUp (IDNo, Date, CodeAbsent, etc.)
3. Table name: Grades (IDNo, CycleNo, Results, Remarks)

In my code IDNo is PRNo

Now on my first crystal report it will display the attendance information (CystalReport10.prt)
IDNo, Name, Date, CodeAbsent

second crystal report it will display the results of the examination for each cycle.
IDNo, Name, Result, Remarks.

On my Form i have 2 comboBoxes, one for IDNo, and another for Cycle No.

My code above has no error if i will display one crystal report one at a time. but when i combine them, the Main report is the Trainee's Attendance and Grades Information for subreport (CrystalReport55.prt).

Here's the errors:


Error BC30526 Property 'Subreports' is 'ReadOnly'. WindowsApp1 BC30311 Value of type 'CrystalReport55' cannot be converted to 'Subreports'. WindowsApp1

Please help. Thank you.
Member 10404143 22-Dec-19 0:32am View    
Hi. I want to ask how can i combine two different crystal reports in one. Thanks.