Posted 13 April 2018, 10:59 am EST
I’m attempting to upgrade from an AR6 based project to AR11, and after running the upgrade tool, I have several hundred legacy reports that use the method of building a datatable, then assign it as the datasource on the report using Me.DataSource = DataTable, that are now reporting that Me.DataSouce is not defined. I’ve scanned through the breaking changes since that version but I’m not seeing anything that would specifically indicate this is the problem, and I’m wondering if anyone else has had a similar problem that could point me in the right direction.