hi to all.

i have the following code calling a report created in crystal report using odbc connection.
Code:
cr.Connect = "ODBCDBName"
cr.SQLQuery = "Select * TableName"
cr.ReportFileName = App.path & "ReportFile.rpt" 
cr.PrintReport
but the problem is that the report does not show up. why is it?

noister