Hi,
I wonder if it is possible to change the parameter order from the Report to reflect any changes made in the stored proc.
I have a report based on a stored proc using 3 parameters
for example sp_MySp A, B, C I created the report. But now I added an extra parameters to the stored proc. This parameter has to the the first. So it bacame
sp_MySp X, A, B, C. I refresh the report, but Crystal Report see the new parameters as the last one (sp_MySp A, B, C, X). So when I call the report from my ASP.net page, I got an error because of the parameters order.
thanks for any help you can provide.
Mal'chik
I wonder if it is possible to change the parameter order from the Report to reflect any changes made in the stored proc.
I have a report based on a stored proc using 3 parameters
for example sp_MySp A, B, C I created the report. But now I added an extra parameters to the stored proc. This parameter has to the the first. So it bacame
sp_MySp X, A, B, C. I refresh the report, but Crystal Report see the new parameters as the last one (sp_MySp A, B, C, X). So when I call the report from my ASP.net page, I got an error because of the parameters order.
thanks for any help you can provide.
Mal'chik