Help - Search - Members - Calendar
Full Version: print landscape
Fast Reports forum > Fast Reports Products > FastReport 2.xx CLX
sipco
when we put landscape in option page ,
the preview work fine but the print is in portrait why ?

is there anybody to help me ?

sorry for my english , he is not very well
sipco (french)


AlexTZ
Read the knownbugs.txt file. CLX (actually QT) can't print in landscape under Windows. Even the simplest code (without using FR) will not work:
Printer.Orientation := poLandscape;
Printer.BeginDoc;
Printer.TextOut(100, 100, 'test');
Printer.EndDoc;
sipco
is there a solution to pass out the problem ?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.