I have created a report in Visual Basic designed with DataReport. It only has one table associated with it and is a fairly simple report.
My problem is when I view the report, or print it, none of the changes that I have made to the database while using the application show up in the report. If I close the app and restart it, the changes will show up on the report. It seems that once the DataEnvironment is loaded and the values pulled in from the table it is done and any changes to the underlying table aren’t reflected in the DataEnvironment until the app is restarted.
Is there a way to “refresh” the DataEnvironment to get the changes made during the current session of the application?