Skip to Content
0
Former Member
Jan 11, 2011 at 03:53 PM

Crystal Report Error

28 Views

Hi,

I have a crystal report which is displayed through the asp page. The crystal report has a underlying stored procedure which will take in the three paramters from the asp page @start_date, @end_date and @division and display results.

In the asp front end we have drop downs for the three parameters. The user enters three parameters through the UI but it does not get assigned to the variables. Instead it opens the crystal report and ask for the same three parameters as crytal report prompt.

I want to know which process I need to check so that the crystal report automatically assigns those parameters to the stored procedure parameters and the results gets displayed.

At present I am getting the encapsulation page failed error.

Please let me know on this.

Thank you,

boe user