Dear friend,
I am using crystal report 8.5 with VB6. I work on a report that accept recordset to generate report to be printed. Currently, RDC seems to be working fine on my tested laser printer. But the problem rise when I get half-print text on every line in dot-matrix printer. This is my calling crystal report.
rst.Open (sql_cmd), cnn, adOpenForwardOnly, adLockBatchOptimistic
ReportQuotation.DAtabase.SetDataSource rst
CRViewer1.ReportSource = ReportQuotation
Screen.MousePointer = vbDefault
CRViewer1.ViewReport
It is not the printer setting because my friend able to get nice output from dot-matrix using his crystal report. The problem is he is not using RDC.
Could someone help on this and tell me whether non-RDC crystal report is able to accept recordset from VB on runtime.
I am using crystal report 8.5 with VB6. I work on a report that accept recordset to generate report to be printed. Currently, RDC seems to be working fine on my tested laser printer. But the problem rise when I get half-print text on every line in dot-matrix printer. This is my calling crystal report.
rst.Open (sql_cmd), cnn, adOpenForwardOnly, adLockBatchOptimistic
ReportQuotation.DAtabase.SetDataSource rst
CRViewer1.ReportSource = ReportQuotation
Screen.MousePointer = vbDefault
CRViewer1.ViewReport
It is not the printer setting because my friend able to get nice output from dot-matrix using his crystal report. The problem is he is not using RDC.
Could someone help on this and tell me whether non-RDC crystal report is able to accept recordset from VB on runtime.