-
I'm using Crystal report v 4.5 with VB6 having a problem when displaying/printing data.
report is directly connected to an access database via data control & it always shows old data on the report. Is there a way to refresh report before print it?
Please help.
Thanks
-
Gudday Mate,
Interesting, we don't use data controls cause of inheriant problems with them....but....have a look at the refresh statement, remember having this problem in the dim dark past.
Oh another point. One of the crystal report options is a click box which states "Always refresh Data when printing report". :) That is probably your problem. Click it set it as on always.
Hope this helps :)
-
Thanks for the info. There was an option selected to save data with the report in files menu.
-
Hey dude!
I was gonna tell you that you have to un-check the option to save the data with the form, but I guess you beat me to it... hehehehe Anyway, I learned a pretty neat trick using CR by saving the final report as an HTML file to your local server. Just an idea.
Take care
VBGuy74