I have a problem with the report viewer crashing Lotus Notes. I am using CR 8.5 and Notes 5.08. I am using the Notes Native driver to connect the two and the reports are paramater driven. The problem happens on any report I have and does not seem to make a difference to the contents of the report.
I have a button on a form that does a call to a script library to invoke the report viewer. This process works fine. I have created an agent that is called from a View Action. It does essentially the same thing as the button as far the process to generate the report (Actually uses the same script library). The report is generated and the viewer opens to display the report. As soon as the report generation process is complete I get the following error message:
"The instruction at "0x078e195e" referenced memory at "0x00000008". The memory could not be "read"."
(Numbers are different but same message). Then the viewer shutsdown and Notes crashes. I have walked the code and it runs to completion in both instances. If I use the button everything works fine, if I use the View Action, Notes crashes. Has anybody seen this happen or know why it happens.
I have a feeling it is something to do with the process in which an agent works versus the way a button works.....
I have a button on a form that does a call to a script library to invoke the report viewer. This process works fine. I have created an agent that is called from a View Action. It does essentially the same thing as the button as far the process to generate the report (Actually uses the same script library). The report is generated and the viewer opens to display the report. As soon as the report generation process is complete I get the following error message:
"The instruction at "0x078e195e" referenced memory at "0x00000008". The memory could not be "read"."
(Numbers are different but same message). Then the viewer shutsdown and Notes crashes. I have walked the code and it runs to completion in both instances. If I use the button everything works fine, if I use the View Action, Notes crashes. Has anybody seen this happen or know why it happens.
I have a feeling it is something to do with the process in which an agent works versus the way a button works.....