TomMueller
TomMueller
About
- Username
 - TomMueller
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                Any updates from FastReport about this issue?
 - 
                Your solution does not work! With dmSimplex it never prints a report in duplex mode again regardless if the printer driver is set to duplex mode. What I have: - printer driver is set to duplex printing - FastReport Duplex property is set to …
 - 
                Could you reproduce the problem?
 - 
                gpi wrote: » Modify frxDesgn.pas: function TfrxDesignerForm.GetDefaultObjectSize: TfrxPoint; begin   case FUnits of     duCM:    Result := frxPoint(fr1cm * 2.5, fr1cm * 0.5);     duInches: Result := frxPoint(fr1in, fr1in * 0.2); Â…
 - 
                Hi, gordk wrote: » set the reports designpage duplex property to smSimplex Thank you for the hint - but this can not be the final solution. The default behavior should be fixed in FastReport and not in each of our project reports! Be…
 - 
                The bug was fixed in version 5.0.9 Thanks, Tom