Default Avatar

grah18

grah18

About

Username
grah18
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Indeed, I tried to set the color of the TjvRichEdit control in the RichEdit demo of the JVCL componentset and it is not printed. When I set the background color of the text this color will be printed but only behind the text and not the whole bac…
  • Printing from a preview windows works well. I've been looking further in my code and I remarked that now I used the methods "print" and "export" directly from the TfrxPreview component instead of using them from the TfrxReport component. So the f…
  • Hello, I've found a solution for it. At first I've had a central reportmodule with a separate previewform. I've moved all the export stuff from the central module to the previewform and now I export from the preview form. So: frxPreview.Expo…