I use Crystal Rpt 8.0 via the Report Design Component in Visual Basic 6.
I am using the following method for calling up my reports:
VB Code:
With frmRptView .Show .CRViewer1.ReportSource = rptPrimDls3 .CRViewer1.ViewReport End With
frmRptView is a form I use to call up all of my reports. The only thing on it is the CRViewer1 control.
My problem is that the report is not refreshing accordingly. If the user makes a change to the underlying table, which the report is based on, and then goes into view the report the change will not be reflected. It is only after the user exits the application and returns that the change will appear in the report.
Note: Doesn't seem to matter if I have the report set to 'Verify on Every Print' or not.
Thnx




Reply With Quote