Line density problem
Hi,
I've got a report that I used cell frames to layout so that it look like its a "table"
When printing a hardcopy, the first page has very dark lines that almost look double thick - but on the second page and beyond (and the second page is the same masterdata band as the first, just the data is stretching to another page) the lines are very thin - more like how they all appear in the preview.
I might add that on the first page I have some things underlined using a line object, and they also appear bolded -- all lines and frames and squares on the first page are very dark.
The second page is normal meaning light.
I am using an inkjet printer to test this, and I've tried it on several printers with the same result.
Please see if this is bug.
thanks,
Jason
I've got a report that I used cell frames to layout so that it look like its a "table"
When printing a hardcopy, the first page has very dark lines that almost look double thick - but on the second page and beyond (and the second page is the same masterdata band as the first, just the data is stretching to another page) the lines are very thin - more like how they all appear in the preview.
I might add that on the first page I have some things underlined using a line object, and they also appear bolded -- all lines and frames and squares on the first page are very dark.
The second page is normal meaning light.
I am using an inkjet printer to test this, and I've tried it on several printers with the same result.
Please see if this is bug.
thanks,
Jason
Comments
procedure TfrxPrinter.SetPrintParams
...
FDC := ResetDC(FDC, FMode^);
// add:
Canvas.Refresh;
// ...
I hope that this fix will be include in the next release of FR