Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Report from a Stored Procedure problem

Status
Not open for further replies.

RexJacobus

Programmer
Dec 10, 2001
47
NZ
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top