i have based a report on an SQL query
and i am trying to get it to print but
nothing happens,

Code:
    'print report
    crpt.ReportFileName = Use_ReportsPath & "MyReport.rpt"
    crpt.PrintReport


the printing dialog box (crystal reports 8 version) appears
but shows that page 1 is printing, then disappears, having printed nothing.

is there something else that needs to be added because of the SQL source behind the report?

thankx in advance,
larry