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


Reply With Quote