Página 1 de 1

Printing document pages with different orientation

Publicado: Mar Mar 16, 2010 10:30 pm
por g.s.rogers
I have used the following to construct pages to print:
Printer:StartDoc()
Printer:nPaperSizeType := DMPAPER_LEGAL // must be set before
Printer:StartPage()
Printer:nOrientation := DMORIENT_PORTRAIT // must be set before
Printer:StartPage()
Printer:StartPage()
:TextOut(...... etc.
Printer:EndPage()
Printer:nPaperSizeType := DMPAPER_LEGAL // must be set before
Printer:StartPage()
Printer:nOrientation := DMORIENT_LANDSCAPE // must be set before
Printer:StartPage()
Printer:StartPage()
:TextOut(..... etc.
:Printer:EndPage()
:Printer:EndDoc()
:Printer:Preview()
The preview shows the correct orientation for each page in the document,
however, when I choose to print from the preview window, the first page
prints in Portrait orientation, just like the second page is set to print.
How can I get each page of the document to print in the correct orientation?
TIA,
Gary S. Rogers

Printing document pages with different orientation

Publicado: Mié Mar 17, 2010 5:24 pm
por ignacio
Gary,
Should be fixed on update 14th. Thank you for your feedback.
Regards
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje de
noticias:4b9ff894$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> I have used the following to construct pages to print:
>
> Printer:StartDoc()
> Printer:nPaperSizeType := DMPAPER_LEGAL // must be set before
> Printer:StartPage()
> Printer:nOrientation := DMORIENT_PORTRAIT // must be set before
> Printer:StartPage()
> Printer:StartPage()
>
> :TextOut(...... etc.
>
> Printer:EndPage()
>
> Printer:nPaperSizeType := DMPAPER_LEGAL // must be set before
> Printer:StartPage()
> Printer:nOrientation := DMORIENT_LANDSCAPE // must be set before
> Printer:StartPage()
> Printer:StartPage()
>
> :TextOut(..... etc.
>
> :Printer:EndPage()
> :Printer:EndDoc()
> :Printer:Preview()
>
> The preview shows the correct orientation for each page in the document,
> however, when I choose to print from the preview window, the first page
> prints in Portrait orientation, just like the second page is set to print.
> How can I get each page of the document to print in the correct
> orientation?
>
> TIA,
>
> Gary S. Rogers

Printing document pages with different orientation

Publicado: Mié Mar 17, 2010 5:24 pm
por ignacio
Gary,
Should be fixed on update 14th. Thank you for your feedback.
Regards
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Gary S. Rogers" <g.s.rogers@att.net> escribió en el mensaje de
noticias:4b9ff894$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> I have used the following to construct pages to print:
>
> Printer:StartDoc()
> Printer:nPaperSizeType := DMPAPER_LEGAL // must be set before
> Printer:StartPage()
> Printer:nOrientation := DMORIENT_PORTRAIT // must be set before
> Printer:StartPage()
> Printer:StartPage()
>
> :TextOut(...... etc.
>
> Printer:EndPage()
>
> Printer:nPaperSizeType := DMPAPER_LEGAL // must be set before
> Printer:StartPage()
> Printer:nOrientation := DMORIENT_LANDSCAPE // must be set before
> Printer:StartPage()
> Printer:StartPage()
>
> :TextOut(..... etc.
>
> :Printer:EndPage()
> :Printer:EndDoc()
> :Printer:Preview()
>
> The preview shows the correct orientation for each page in the document,
> however, when I choose to print from the preview window, the first page
> prints in Portrait orientation, just like the second page is set to print.
> How can I get each page of the document to print in the correct
> orientation?
>
> TIA,
>
> Gary S. Rogers