Hello,
I have a VC++ program that displays a report with charts that I made in Crystal Reports. The charts were made as generating one for each group and then I made individual changes to each one. The only way to keep the individual changes to the charts was to save the data with the report. However, now when I veiw the report in my program it shows it with the saved data, and won't use the new data from the database until I choose refresh. I don't want to refresh after the ViewReport because that would cause another flash and even more delay.
Does anyone know how to make it look at the new data before I call ViewReport?
Thanks!
Evie
I have a VC++ program that displays a report with charts that I made in Crystal Reports. The charts were made as generating one for each group and then I made individual changes to each one. The only way to keep the individual changes to the charts was to save the data with the report. However, now when I veiw the report in my program it shows it with the saved data, and won't use the new data from the database until I choose refresh. I don't want to refresh after the ViewReport because that would cause another flash and even more delay.
Does anyone know how to make it look at the new data before I call ViewReport?
Thanks!
Evie