Hi
I have developed a report for Account Balances using VB and DataEnviroment and Access as backend.
How can i refresh this report so user can get updated result every time when run the report.
Farooq
Printable View
Hi
I have developed a report for Account Balances using VB and DataEnviroment and Access as backend.
How can i refresh this report so user can get updated result every time when run the report.
Farooq
Data report refresh automatically according to the passed query. See the property of the datareport and check is the refresh button is available there or not if it is false then set it true.
I usually used crystal report in the VB project. Searcg datareport with my name in the crystal report section hope you get enough related to it!
Are you talking about running the report then making changes and running the report again, but the changes don't show up?