I cant seem to login into my crystal report viewer.
It wants me to login with the user name and the password.
I've already provided the UN and the PW during the crystal report database connection.
I really do not know why it fails.
I only have these codes.
Imports CrystalDecisions.CrystalReports.Engine
Imports CrystalDecisions.Shared
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim cryRpt As New ReportDocument
cryRpt.Load("C:\Users\Anonymous\Documents\BACK UP\Visual Studio 2008\Projects\AMAFinancialMonitoringSystem\AMAFinancialMonitoringSystem\CrystalReport2.rpt")
CrystalReportViewer1.ReportSource = cryRpt
CrystalReportViewer1.Refresh()
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
End Class
Am I missing something?
I am using visual basic 2008. MS access database