Hi I’m using Crystal reports 8 and I need to change the stored procedure associated with a sub report, is it even possible? or I’m going have to redo it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1) open the subreport in design view (right-click – edit subreport)
2) go to Database, Set Location
3) pick the new stored procedure to replace the existing one.
Done, although you may want to use Set Alias too so the old name doesn’t persist in formulas.
I’m also assuming the new sp returns fields similar to the old one.