I just started to do app support for an app that has several reports in it. The reports are embedded in VB6.
One report keeps crashing and I believe it is because there are multiple org_id being passed to it via the following:
moReport.Database.AddADOCommand lrsDetail.ActiveConnection, lrsDetail.ActiveCommand
It crashes on this statement.
CRViewer1.ReportSource = moReport
There is no database on the report. I think that it is CR 8 that I am using. The database is Oracle 8.
I think that I need to either change the way that the information is sent to the report or the way that the report deals with the information sent to it. Since I am new I do not know which the best thing to do is.
I am trying to replicate the manner in which other reports are built but they are very different so it is difficult.
Can I pass a record set to the report if it has no DB on it? If so how?
Would it be better to rebuild the report?
************
My purpose in life is to show others what not to do.
<!--Caution, dates on calendar are closer then they appear.-->
One report keeps crashing and I believe it is because there are multiple org_id being passed to it via the following:
moReport.Database.AddADOCommand lrsDetail.ActiveConnection, lrsDetail.ActiveCommand
It crashes on this statement.
CRViewer1.ReportSource = moReport
There is no database on the report. I think that it is CR 8 that I am using. The database is Oracle 8.
I think that I need to either change the way that the information is sent to the report or the way that the report deals with the information sent to it. Since I am new I do not know which the best thing to do is.
I am trying to replicate the manner in which other reports are built but they are very different so it is difficult.
Can I pass a record set to the report if it has no DB on it? If so how?
Would it be better to rebuild the report?
************
My purpose in life is to show others what not to do.
<!--Caution, dates on calendar are closer then they appear.-->