PrintpreviewAction hangs on delphi 2009
Posted: Tue Jan 13, 2009 8:34 am
We use the trichviewactions v1.69 with richviewedit v11.02
We can print an dbgrid into a table by using datatext integration.
In D2006 it works nice, but in D2009 the applications hangs in previewaction. Small table are correct printed, larger tables hangs.
For example:
9 cols and 6 rows -> Problem
1 cols and 2 rows -> No problem
4 cols and 13 rows -> Problem
3 cols and 10 rows -> No problem
3 cols and 13 rows -> No Problem
Stepping hangs on:
PreviewForm := GetPreviewFormClass.Create(Application) as TfrmRVPreview;
in RichViewActions.pas
I have no idea where to search. I will try to make a small program to reproduce. Is there anyone else with this trouble?
We can print an dbgrid into a table by using datatext integration.
In D2006 it works nice, but in D2009 the applications hangs in previewaction. Small table are correct printed, larger tables hangs.
For example:
9 cols and 6 rows -> Problem
1 cols and 2 rows -> No problem
4 cols and 13 rows -> Problem
3 cols and 10 rows -> No problem
3 cols and 13 rows -> No Problem
Stepping hangs on:
PreviewForm := GetPreviewFormClass.Create(Application) as TfrmRVPreview;
in RichViewActions.pas
I have no idea where to search. I will try to make a small program to reproduce. Is there anyone else with this trouble?