i have develop a Report Using VB 8.5 and works fine, this report is made by joining 2 tables from diferents databases.
I have now imported it to RDC on VB 6, just when i try to view the report i got the error "Server has not yet been Opened"
Here is the code i use. This code works with all my others report, i have updated the crystal dabase connection to the newst they had on the crystaldesicions site.
Form2.CRViewer1.ReportSource = CrystalReport1
Form2.CRViewer1.ViewReport
Form2.Show
what could be wrong?
I have now imported it to RDC on VB 6, just when i try to view the report i got the error "Server has not yet been Opened"
Here is the code i use. This code works with all my others report, i have updated the crystal dabase connection to the newst they had on the crystaldesicions site.
Form2.CRViewer1.ReportSource = CrystalReport1
Form2.CRViewer1.ViewReport
Form2.Show
what could be wrong?