|
-
Sep 5th, 2005, 03:17 AM
#1
Thread Starter
Member
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
-
Sep 6th, 2005, 06:13 AM
#2
Re: Help with refreshin the Data reports
Isn't there a Refresh method with the Data Reports?
-
Sep 6th, 2005, 06:24 AM
#3
Member
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.
-
Sep 9th, 2005, 04:00 AM
#4
Member
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
-
Sep 9th, 2005, 04:18 AM
#5
Re: Help with refreshin the Data reports
 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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|