RexJacobus
Programmer
I've written several reports (CR7) for a VB6 application. For the most part they have worked fine but the latest one is giving me the error, "Table is not a stored procedure" The report is definitely based on a stored procedure so I'm not sure what it wants from me. Here is the code I use (crpt is the name of the crystal object).
crpt.Destination = crptToWindow
crpt.StoredProcParam(0) = sProvider
crpt.ReportFileName = (app.Path & "\rpt\Rebroke.rpt"
crpt.Action = 1
thanks,
jim
crpt.Destination = crptToWindow
crpt.StoredProcParam(0) = sProvider
crpt.ReportFileName = (app.Path & "\rpt\Rebroke.rpt"
crpt.Action = 1
thanks,
jim