FR works wrong with 1280x800 resolution
I have bought new notebook with 1280x800 resolution, and I found out, that my programs with FastReport works wrong. In Preview and in Printed version fonts are very strange. (mainly in RichText object)
But any other program (Internet Explorer, Microsoft Word, ....) is OK.
If I change resolution to 1024x768, preview and printed version is OK, but it's not comfortable to use this resolution on wide notebook.
Please help, Lubos
But any other program (Internet Explorer, Microsoft Word, ....) is OK.
If I change resolution to 1024x768, preview and printed version is OK, but it's not comfortable to use this resolution on wide notebook.
Please help, Lubos
Comments
Than FR will work well on normal resolution, and on widescreen notebooks it will print OK, only preview will be different. But it's better sollution, then to print wrong.
Is it possible to add to FR 3.13 new method/function/procedure/... that will be able to set UseMetafile to false for all FrxRichView objects?
f.e.: (normal resolution)
frxReport.useallmetafile := true;
frxReport.preparereport;
frxReport.print;
(widescreen resolution)
frxReport.useallmetafile := false;
frxReport.preparereport;
frxReport.print;