ShowReport Error - Access violation
Hello,
I used in my application frxPreview and frxReport components, i.e. I display the frxReport content in frxPreview for each record in the database. I fill the frxReport content using OnGetValue event.
The problem is that when i scroll the table fast enough i get Access violation error and sometimes Exception: "Privileged instruction" error. I think it occurs if i scroll to next record when the OnGetValue procedure is not finished.
How can i fix this? Please, help...
I used in my application frxPreview and frxReport components, i.e. I display the frxReport content in frxPreview for each record in the database. I fill the frxReport content using OnGetValue event.
The problem is that when i scroll the table fast enough i get Access violation error and sometimes Exception: "Privileged instruction" error. I think it occurs if i scroll to next record when the OnGetValue procedure is not finished.
How can i fix this? Please, help...
Comments
It helped. Thanks a lot.