Search found 78 matches: portrait

Return to advanced search

Re: TPRINTER

format P,L,L,L


As per my suggestion, you would just print a report in portrait for the first page, then a second report in landscape for the next three pages. And if you are using page numbers on the report, the second report would start with page no. 2.

James
by James Bott
Tue Jul 22, 2014 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPRINTER
Replies: 18
Views: 2309

Re: TPRINTER

Günther,

James's proposal seems as a very good one :-)

No matter how many reports you have to create, you could always build them from a loop, where two different reports are created (one for portrait and the other for landscape)
by Antonio Linares
Mon Jul 21, 2014 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPRINTER
Replies: 18
Views: 2309

Re: TPRINTER

To all for understanding:
I will make a report with one portrait-formatted and three landscape-formatted pages per person. The order from this pages per person is always the same. But i have 150 persons....
As i said: without preview it is OK. In the future .... Tpreview ... :D
by byte-one
Mon Jul 21, 2014 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPRINTER
Replies: 18
Views: 2309

Re: TPRINTER

Antonio, in your above code the second page are also in landscape not as portrait as programmed. WITH preview the print-output is as the preview shows and all pages are in the last programmed format. WITHOUT preview the print-output seems to be ok.
by byte-one
Sat Jul 19, 2014 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPRINTER
Replies: 18
Views: 2309

Re: TPRINTER

Antonio, the print are always on ALL pages in the last called format (portrait or landscape)! Is there no way to switch from one to another format from page to page?
BUT ONLY, if PREVIEW is active this wrong behavoir is present!
by byte-one
Fri Jul 18, 2014 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPRINTER
Replies: 18
Views: 2309

Re: TPRINTER

...  oPrn:say( 1, 1, "One" )      ENDPAGE      PAGE          oPrn:setportrait()         oPrn:say( 1, 1, "One" )      ENDPAGE   ENDPRINTreturn ...
by Antonio Linares
Thu Jul 17, 2014 4:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPRINTER
Replies: 18
Views: 2309

Re: tData for SQL

... (where 1.2.3.4 is the IP address, and 5678 is the port number). It's now possible to: a) specify screen orientation (system, portrait, or landscape) in "custom resolution" settings dialog b) disable the menu icon (the orange gear icon) from being displayed when connection ...
by Otto
Tue Jul 08, 2014 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6205

Re: FWH 13.12 printer SetCopies problem

... be fine, the printer is correct, the settings are correct (2 copies, landscape), but the printer ignores these settings. It prints only 1 copy in portrait. I tested it on 2 computers, with local printers an network printers, always just 1 copy. Printing from Word works fine with 2 copies. Is anyone ...
by StefanHaupt
Sat Jan 25, 2014 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 5632

New FTDN September/Septiembre 2013 (FWH 13.09)

... * New: function FWJPGTOPDF( aJpgFiles, cPdf ). Mainly intended for export of jpegs produced by other report writers to pdf. Works in portrait mode only. * Rprevie.prg: Fix: For exporting the report to PDF, if :bSaveAsPDF is assigned by the programmer, this codeblock us called. Otherwise, ...
by Antonio Linares
Wed Oct 30, 2013 3:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2013 (FWH 13.09)
Replies: 1
Views: 2813

Re: Preview - saving as Word or PDF document

This happens when the width of the printed area is larger than the height of the printed area, though the printing is in portrait mode.

Please bear with us. We shall soon post a fix for this.
by nageswaragunupudi
Thu Sep 01, 2011 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview - saving as Word or PDF document
Replies: 3
Views: 604

Preview - saving as Word or PDF document

Hello, If I want to save my preview as a Word or PDF document, and my preview is portrait, then my preview is pasted into a Word or PDF document which is landscape oriented. How can I save a preview (portrait) as a Word or PDF document in portrait? If my preview ...
by driessen
Thu Sep 01, 2011 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview - saving as Word or PDF document
Replies: 3
Views: 604

Problem with printed coordinates for dot-matrix printer

... ) return nil endif // Font... DEFINE FONT oFont NAME "Arial" SIZE 0,-10 OF oPrinter /* Set to Layout */ if (nLay==1) oPrinter:SetPortrait() // Portrait... else oPrinter:SetLandScape() // Landscape... endif /* Init vars */ Mrow = 0 Mv_max = oPrinter:nVertRes() Mh_max = oPrinter:nHorzRes() ...
by cdmmaui
Wed Jul 13, 2011 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with printed coordinates for dot-matrix printer
Replies: 1
Views: 424

Program Error at GET

... nItems := 0 , ; nRow := 10 , ; aSay1[10] , ; aSay2[10] , ; aVar1[10] , ; aVar2[10] , ; aGet1[10] , ; aGet2[10] , ; aCri1[10] , ; nFormat := 1 , ; nPortrait := 2 , ; nDialog := 0 , ; cText := '' , ; oText // Determine Criteria Items... DO NOT FORGET PDF/XLS and Portrait/Landscape SELECT reportd ...
by cdmmaui
Wed Jun 29, 2011 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program Error at GET
Replies: 2
Views: 1784

How do I ... ?

Guys: I'm designing a report and everything is in portrait orientation but I need to print two headers (HEADER 1 & HEADER 2) with a different orientation at the left of two columns: ex.: QTY. COUNTER ________ ________ H n 2 n E n R n A n E n D ...
by HunterEC
Thu Oct 28, 2010 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I ... ?
Replies: 1
Views: 393

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbide.qrc + contrib/hbide/resources/r-landscape.png + contrib/hbide/resources/r-portrait.png * contrib/hbqt/qtgui/qth/HBQGraphicsItem.qth * contrib/hbqt/qtgui/doc/en/class_hbqgraphicsitem.txt * contrib/hbqt/qtgui/g/HBQGraphicsItem.cpp ...
by Pritpal Bedi
Tue Sep 07, 2010 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99997
PreviousNext

Return to advanced search