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 1:45PM
    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 1:45PM
    is there a solution to pass out the problem ?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.