Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

crystal 8.5 (RDC) print rubbish on dot-matrix

Status
Not open for further replies.

Dino1975

Programmer
Jan 24, 2002
6
MY
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top