Hi!
I have a .net application with two crystalreports.
I will print the one report. On this report is new a database field. And now, I can't printing.
The error message is: "Unable to connect: incorrect log on parameters".
Before I add the database field I could print.
Here is my code:
ReportDocument crReportDocument = new ReportDocument();
crReportDocument.Load("C:\\Documents and Settings\\Lagetzki\\Personal\\Visual Studio Projects\\export_printing_ado.net\\header.rpt"
rReportDocument.PrintToPrinter(1, true, 1, 1);
oRpt.PrintToPrinter(1,true,1,1);
Thanks, Stephanie
I have a .net application with two crystalreports.
I will print the one report. On this report is new a database field. And now, I can't printing.
The error message is: "Unable to connect: incorrect log on parameters".
Before I add the database field I could print.
Here is my code:
ReportDocument crReportDocument = new ReportDocument();
crReportDocument.Load("C:\\Documents and Settings\\Lagetzki\\Personal\\Visual Studio Projects\\export_printing_ado.net\\header.rpt"
rReportDocument.PrintToPrinter(1, true, 1, 1);
oRpt.PrintToPrinter(1,true,1,1);
Thanks, Stephanie