Hi
I am using crystal 10 and am calling my report from an asp.net web page.
Info is entered on the asp.net page and then stored on a sql database.
The report is call from a button that passes the report 2 parameters.
All the report has to is get the data written to the sql database and then display it in a viewer. This is fine when you call the report for the first time.
If you then edit the data and recall the report it the report still shows the old data.
How do you get the report to refresh and display the new modified data. I have tried using the .refreshreport() which worked fine but asks you to re-input parameters and that is no good for users.
can anyone help me
Thanks in advance
Jamie
I am using crystal 10 and am calling my report from an asp.net web page.
Info is entered on the asp.net page and then stored on a sql database.
The report is call from a button that passes the report 2 parameters.
All the report has to is get the data written to the sql database and then display it in a viewer. This is fine when you call the report for the first time.
If you then edit the data and recall the report it the report still shows the old data.
How do you get the report to refresh and display the new modified data. I have tried using the .refreshreport() which worked fine but asks you to re-input parameters and that is no good for users.
can anyone help me
Thanks in advance
Jamie