Help with refreshin the Data reports
Hello all
I am using Data reports to create and show the reports in vb.
I am creating reports at design time (and not at run time thru code).
I have made a command button and on its click event , am showing the report.
I am displaying the dtata on the report from a table which has got only single record. That record is always getting updated on the click event of the command button (so as to show the current displayed record onto the form)
PROBLEM is the report is not getting refreshed on its own and is showing me the last record only and not the refreshed record.
PLEASE HELP
THANX
Re: Help with refreshin the Data reports
Isn't there a Refresh method with the Data Reports?
Re: Help with refreshin the Data reports
i have a similar problem..my crystal report is based on view, but i cant get refreshed data.
Re: Help with refreshin the Data reports
when designing ur crystal report, go to file -> option -> reporting tab -> then check discard saved data when loading reports
Re: Help with refreshin the Data reports
Quote:
Originally Posted by Sonal Gohil
Hello all
I am using Data reports to create and show the reports in vb.
I am creating reports at design time (and not at run time thru code).
I have made a command button and on its click event , am showing the report.
I am displaying the dtata on the report from a table which has got only single record. That record is always getting updated on the click event of the command button (so as to show the current displayed record onto the form)
PROBLEM is the report is not getting refreshed on its own and is showing me the last record only and not the refreshed record.
PLEASE HELP
THANX
Use a client side cursor instead... ;)