All of our Crystal Reports run SQL stored procedures.
I have two reports.
One was created pre-Crystal XI then converted to Crystal XI by opening and saving in Crystal XI...no other changes.
I have another 'new' report created from a converted 'template' report. By converted, I mean the template was created pre Crystal XI and then opened and saved in XI with no changes.
The problem:
The newer report, created with a template, is executing the stored procedure twice. This is causing us to lose data as the stored procedure does an update at the end. So, the second time it runs, there is no data.
The older/converted report only executes the stored procedure once.
I can't see what is different between the two reports. Both have the same exact Report Options settings (no verify on first refresh, etc.), but one is executing the stored procedure twice, the other only once.
Any ideas?
I have two reports.
One was created pre-Crystal XI then converted to Crystal XI by opening and saving in Crystal XI...no other changes.
I have another 'new' report created from a converted 'template' report. By converted, I mean the template was created pre Crystal XI and then opened and saved in XI with no changes.
The problem:
The newer report, created with a template, is executing the stored procedure twice. This is causing us to lose data as the stored procedure does an update at the end. So, the second time it runs, there is no data.
The older/converted report only executes the stored procedure once.
I can't see what is different between the two reports. Both have the same exact Report Options settings (no verify on first refresh, etc.), but one is executing the stored procedure twice, the other only once.
Any ideas?