You probably saved the data with the report. You can re-open your report in Crystal and uncheck Save Data with Report (off the File menu option).
You can also use the DiscardSavedData method. It works for me.
1. You can use ActiveData as your data source for the report, in which case you can pass a recordset to Crystal, e.g.:
rs.Open "SELECT * FROM MyTable"
rpt.SetdataSource rs, 3, 1
2. You can specify a record selection formula and filter the table for a specific date, e.g...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.