I am using Crystal 8 and VB 6
using crystal control.
Report is firing ok.
data in table but all data not coming in Report.
then I press refresh and getting data.
Printable View
I am using Crystal 8 and VB 6
using crystal control.
Report is firing ok.
data in table but all data not coming in Report.
then I press refresh and getting data.
Welcome to the forums. :wave:
I need more details. What is the code you are using for this?
I just solved a very similar thing in my report ... in the form load procedure which was boilerplate code from CR, I put Report.DiscardSavedData before the report source is named which forced my report to refresh the data every time it's run.
Don't know that much about CR, but it worked for my situation ... might help you too.
Ken