please this error appears when the user clicks on print button , on my PC the error dosen't appear , only on some pc's ! what is the problem ?
before ,this error did not appear,only now !
my code in vb.net crystal reports for vs2010 report's datasource on local server
edited : This is my code (report load button) :
Dim mov As New leavingReport
Dim rep As New rep
LogOn(mov, DataBasePath, DataBasePath, "Admin", "")
rep.CrystalReportViewer1.ReportSource = mov
mov.Refresh()
rep.ShowDialog()
mov.Dispose()
rep.Dispose()
Thank You