Well I add the reports by right clicking in vb and choosing add, then i choose more active x designers, and then i choose crystal reports 8.5. Then it comes up with the menu that asks if u want to create a new report with the wizard or if you want to open and existing report etc., and i always choose that i want to open and existing report and then i just save it in vb, it saves as a dsr. I was not getting any error messages until i hit 30 some reports and then one time i got a message that said out of memory and it locked me up and i had to reboot, and everytime after that i could not add a report it doesn't give me a message but when i choose open and existing report and click ok that same screen pops back up over and over and i tried to create a new report from vb but it won't let me, but it will let me create a data report. I have tied to add the same reports to another project and the exact same thing happend. I don't open them unless a command button is clicked, there is a command button for each report. I am using vb 6.0 and crystal reports 8.5. I am not sure of the integration but here is the line of code that open one of the reports:
Private Sub cmdAllProblemsByAccountNumberAndDateEntered_Click()
iReportCode = 3
ReportViewer.Show
End Sub
I have a case statement with all of the report and a number that they correspond to.
Thanks for your help!