print landscape

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)


Comments

  • edited 12:58AM
    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;
  • edited 12:58AM
    is there a solution to pass out the problem ?

Leave a Comment