Search found 114 matches: orientation

Return to advanced search

Re: set Report Orientation

Silvio, It uses the same source code. It does not work like that. It is very complicated to change. It's an open case. Best regards, Otto sorry U are usinf printer class instead report class i know how it must be done with the printer class, but in this context i am calling a report from an xbrowse...
by Silvio.Falconi
Fri Jan 07, 2022 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1737

Re: set Report Orientation

Silvio,
It uses the same source code.
It does not work like that. It is very complicated to change.
It's an open case.
Best regards,
Otto
by Otto
Fri Jan 07, 2022 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1737

Re: set Report Orientation

Silvio, please look here: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40526&p=242094&hilit=orientation&sid=e2593be1086c9bedebb3a003fb838c89#p242094 Best regards, Otto Otto, I use a xbrowse and call report class from it, no prn bSetUp := {|oRep, oBrw, n, ...
by Silvio.Falconi
Fri Jan 07, 2022 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1737

Re: set Report Orientation

If I make local lLandscape :=.t. ... DEFINE DIALOG oDlgStampa @ 14,70 CHECKBOX oGetland VAR lLandscape PROMPT "Stampa in Orizzontale"; SIZE 120,26 of oDlgStampa ACTIVATE DIALOG oDlgStampa CENTER IF oDlgStampa:nresult == IDOK ?llandscape // here is .t. bSetUp := {|oRep, oBrw, n, llandscape|...
by Silvio.Falconi
Tue Jan 04, 2022 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1737

Re: set Report Orientation

PERHAPS YOU NOT READ THE QUESTION.
I make

oBrw:Report( 'Stampa elenco ', , , ;
{ |oRep, oBrw | MySetUp( oRep, oBrw, lLandscape ) } )

I know how make the orientation if i must use the prg you wrote, but I call report() from oBrw directly
by Silvio.Falconi
Mon Jan 03, 2022 5:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1737

Re: set Report Orientation

Maybe: // \samples\RPTLINHA.PRG#include "FiveWin.ch"#include "Report.ch"STATIC oReport, oDlgFUNCTION Main()   SET CENTURY ON   SET DATE BRITISH   SET TIME FORMAT TO "HH:MM:SS"   SET EPOCH TO Year( Date() ) ...
by karinha
Mon Jan 03, 2022 1:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1737

set Report Orientation

.
by Silvio.Falconi
Sun Jan 02, 2022 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1737

FWHMaria and oMeter

Hello forum I'm trying to use FWHMaria and oMeter unsuccessfully. If someone has created it before and can give me an orientation, I appreciate it. #include "FiveWin.ch"REQUEST DBFCDX   function Export()   local cHost      := "127.0.0.1"   local cUser   ...
by Compuin
Tue Dec 28, 2021 6:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWHMaria and oMeter
Replies: 2
Views: 324

oBrw:Report setup SETPORTRAIT

the user can select lLandscape for the orientation of report oBrw:Report( 'Test', , , ; { |oRep, oBrw | MySetUp( oRep, oBrw, lLandscape ) } ) MySetUp( oRep, oBrw, lLandscape ) If lLandscape oRep:SetLanscape() Else oRep:SetPortrait() endif return ...
by Silvio.Falconi
Tue Nov 16, 2021 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:Report setup SETPORTRAIT
Replies: 0
Views: 235

Re: Unattended creation of .pdf .. resolution problem -- Rao

After the PRINT command, please try setting paper size ( A4 or Letter ) and orientation to portrait.

In future programs, we advise you to use physical units like INCHES,CM,MM and let the printer class handle the complex calculations. That will be a lot easier.
by nageswaragunupudi
Sun Sep 19, 2021 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unattended creation of .pdf . resolution problem -- RESOLVED
Replies: 9
Views: 1376

Re: *** Curso de C para programadores Harbour.

Hello Manuel, Thank you for your help. At the moment I call up DAT files saved with RUNDLL32.EXE PRINTUI.DLL, PrintUIEntry to change the orientation. I wanted to call the new function PRNSETORIENTATION (1), but I get errors when compiling and linking. Can you please show me how I can insert ...
by Otto
Sun Jul 11, 2021 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 19264

Re: SetLandscape

Dear Antonio,
maybe I explained myself bad.
It is not working.
Only if I change the orientation manually I can see with getorient() right orientaion. But Setorient() is not working.
What should I do?

Best regards,
Otto
by Otto
Sun Jun 13, 2021 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetLandscape
Replies: 11
Views: 1335

Re: SetLandscape

... did what you suggested but Setorient() in my case does not work. If I change directly the Printer setup in the setup window then you get the right orientation from GetOrient() function. Best regards, Otto function SetOrient(nOrient) local cret, oprn //#define DMORIENT_PORTRAIT 1 //#define DMORIENT_LANDSCAPE ...
by Otto
Sun Jun 13, 2021 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetLandscape
Replies: 11
Views: 1335
PreviousNext

Return to advanced search