Hello
when I click on the tree to view the report in the main screen, I receive the following error: "No valid report Source is available" the correct results is shown from the tree view but can't see the data in the main screen, therefore I don't think it's a connection problem.
Please Help.
Thanks,
Victor
If IsPostBack Then
Dim myaop6report As New AOP6RPT10X
Dim crConnectionInfo As ConnectionInfo = New ConnectionInfo
crConnectionInfo.ServerName = ("Server.MapPath(AOPT2002org.mdb") ) '***** Works
crConnectionInfo.Password = "testaopupdate"
setDBLogonForReport(crConnectionInfo, myaop6report)
myaop6report.RecordSelectionFormula = "{AOP5.nsn} like " & "'*" & TextBox1.Text & "*'" & ""
CrystalReportViewer1.ReportSource = myaop6report
End If
when I click on the tree to view the report in the main screen, I receive the following error: "No valid report Source is available" the correct results is shown from the tree view but can't see the data in the main screen, therefore I don't think it's a connection problem.
Please Help.
Thanks,
Victor
If IsPostBack Then
Dim myaop6report As New AOP6RPT10X
Dim crConnectionInfo As ConnectionInfo = New ConnectionInfo
crConnectionInfo.ServerName = ("Server.MapPath(AOPT2002org.mdb") ) '***** Works
crConnectionInfo.Password = "testaopupdate"
setDBLogonForReport(crConnectionInfo, myaop6report)
myaop6report.RecordSelectionFormula = "{AOP5.nsn} like " & "'*" & TextBox1.Text & "*'" & ""
CrystalReportViewer1.ReportSource = myaop6report
End If