Changes in Table not reflected in report
Hi!
I usa a SQL server for my windows application project. I have created a Crystal report, using .NET dataset connections. I made changes to one of the tables used in the report, and I updated the dataset. I then opened the report and used the "Verify database" feature, but the changes are not reflected. This worked before in the same report with changes to the same table. It seems like it does not work in any of my reports (using different datasets).
I have spent a good hour searching knowledge bases and forums, but found nothing. Anyone here that can help me? (I'm a bit pressed for time, close to deadline and all)
Thanks in advance
Re: Changes in Table not reflected in report
Try to close .NET and reopened again. I have the same problem and this helps me. Try it
Re: Changes in Table not reflected in report
Did you uncheck the "Save Data With Report" option. And also try executing the .DiscardSavedData function.