AV error
Hello,
I have small application (db grid with list of items) user double click on the grid row the report shows below the bdgrid with fastreport view component,
try
frxReport1.PreviewPages.LoadFromFile('c:\myreport.fp3');
frxReport1.ShowPreparedReport;
except end;
However, some users clicks aggressively and fast, the reports get access violation error.
Any idea to avoid this error. Thank you
I have small application (db grid with list of items) user double click on the grid row the report shows below the bdgrid with fastreport view component,
try
frxReport1.PreviewPages.LoadFromFile('c:\myreport.fp3');
frxReport1.ShowPreparedReport;
except end;
However, some users clicks aggressively and fast, the reports get access violation error.
Any idea to avoid this error. Thank you