Skip to Content
0
Former Member
Nov 08, 2012 at 02:23 PM

Work with a very old version

36 Views

Hi everybody,

i have a big problem with an older version of CR.

Our product is written with VB6 and we always work with CR 7. Now i create a new report (billing report).

There are two Access-Tables which first will be deleted and then will be filled from the application. Thats

work all very fine. But then when i call the report, in first time the old data will be shown, when i call the

report once again, the updated data are show. Here is the code snippet:

With frmRgRechnungShow.CrRpt1 .ReportFileName = dbPfadInstall & "TP_Rechnung.rpt" .Destination = crptToWindow .DiscardSavedData = True .ProgressDialog = True .WindowState = crptMaximized .WindowShowRefreshBtn = True .Action = 1 End With

The database is closed, dbPadInstall ends with "\", "Save data with report" is unchecked.

I don't know what i can do else. We cannot upgrade to another version this time because we have so much reports in other

products (for statistics). We have no time to change them all.

I hope, someone can help me. It's very urgent because the new report must go out to the users.

Best regards