c# - Crystal Report not updating correctly from ODBC DSN Database View -


When I print my crystal report, it will not print the correct (most recent) database view For, I have to manually select "set dataset location" and then I want to click on the tables and then click Update. If I do not do that, then she continues to print the old scene as much as possible.

I have the option to "Verify on every print" but this does not seem to work.

I am using VS 2010 with the beta crystal report for 2010 and ODBC 5.1.

Thanks

It looks like you enable the Enable report report option . Try to open the report in Report Designer, and see if there is a tick on the File menu next to Save data along with the report option - if so, uncheck it, save the report and try again.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -