I have a MFC app, with a CFormView derived view class; I have to print a Recordset (ADO); the problem is that what I see on the screen isn't exactly what I get at the printer, I mean I loose 3 lines when displaying the records on the screen but they print entirely (all of them) at the printer. What could cause the problem?