Using CR with Vb6. Designed the report in CR and then did a Project, Add CR, From existing report. My problem is when I add data the report does not pick up the change. The changes have been made to the DB and when I exit the program and restart, the data shows up in the report.
Here is the code so far:
frmPayments.Refresh
With crvPayments 'CRViewer
.ReportSource = crPayments
.Refresh
.ViewReport
End With
I call the report with frmPayments.show
Any help is appreciated
Thanks
Kim
Here is the code so far:
frmPayments.Refresh
With crvPayments 'CRViewer
.ReportSource = crPayments
.Refresh
.ViewReport
End With
I call the report with frmPayments.show
Any help is appreciated
Thanks
Kim