Search found 114 matches: stampa

Return to advanced search

Re: bsetup of Report

... effect, they are all grey 2) does not recognize "Page : "+Str(oRep:nPage,3) 3) the title line needs to be narrower oBrw:Report( "Stampa elenco", nil, nil, { | oRep, oBrw, n| RepSetUp( oRep, oBrw, n ) }) static function RepSetUp( oRep, oBrw, n )     local ...
by Silvio.Falconi
Wed Apr 26, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bsetup of Report
Replies: 1
Views: 160

Re: Print oBrowse aselected

... length: 2Stack Calls===========   Called from: source\Pcomuni.prg => PRINT_BROWSE_COMUNI( 447 ) I explain you From xBrowse I press Stampa button https://i.postimg.cc/jdF4fpt9/ff.jpg The I press this button the procedure open a dialog with options of Print , so I ...
by Silvio.Falconi
Wed Apr 26, 2023 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print oBrowse aselected
Replies: 5
Views: 331

xbrowse report setup

to make a report I use easy oBrw:Report("Stampa elenco", nil, nil, bSetup) where bSetup is bSetUp   := < |oRep, Brw, n |      if n == 2         oRep:CellView()         return nil      endif      return 2      > If I wish ...
by Silvio.Falconi
Thu Mar 02, 2023 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report setup
Replies: 0
Views: 196

Re: xbrowse report & Preview style

... Antonio, I Tried with local bSetUp := {|oRep| oRep:CellView()} @ 100,10 BUTTON oBtnPrint PROMPT "Stampa" of oDlg; SIZE 80,22 ; ACTION oBrw:Report( cTitle, .t., , bSetUp ) but I see only the horizontal lines sample: or local bSetUp := {|oRep, ...
by Silvio.Falconi
Fri Nov 18, 2022 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report & Preview style
Replies: 5
Views: 470

Re: set Report Orientation

Very kind, as always. and wich is the command I not understood oBrw:Report( 'Stampa elenco ', , , ; { |oRep, oBrw | MySetUp( oRep, oBrw, lLandscape ) } ) I not want make report with ziziz zipizizi or another bullshit you did when you saw that I was doing something ...
by Massimo Linossi
Fri Jan 07, 2022 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1704

Re: set Report Orientation

and wich is the command I not understood oBrw:Report( 'Stampa elenco ', , , ; { |oRep, oBrw | MySetUp( oRep, oBrw, lLandscape ) } ) I not want make report with ziziz zipizizi or another bullshit you did when you saw that I was doing something to print ...
by Silvio.Falconi
Fri Jan 07, 2022 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1704

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 // ...
by Silvio.Falconi
Tue Jan 04, 2022 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1704

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: 1704

xbrowse Report from array ( images field logic)

As you can see here I have a xbrowse and I make oGrid:Report()

Image

the images are printed but the 3th column not print the image but .t. or .f.

How I can to print images as xbrowse ?
by Silvio.Falconi
Fri May 01, 2020 10:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Report from array ( images field logic)
Replies: 3
Views: 411

Re: To James Bott - Error Using TData

... software from many years I made a red circle to show to you the code of Invoice and code of customer https://i.postimg.cc/W3Drwc9n/017-stampa-scontrino.jpg Please don't insist, do you want another sample ? I can send you a Software of Zucchetti.it ( gestionale1) customer manage ...
by Silvio.Falconi
Tue May 28, 2019 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5233

Simulate btnbmp Window 10

... 880,600;      PIXEL TRUEPIXEL RESIZABLE   @ oDlg:nBottom - 40,oDlg:nWidth-225 BTNBMP oBtnPrint;    RESOURCE cImage2 FLAT LEFT  ;    PROMPT "Stampa" SIZE 90,30 PIXEL OF oDlg;    ACTION dummy()  @ oDlg:nBottom - 40,oDlg:nWidth-120 Button oBtnClose;                 PROMPT "Chiudi" ...
by Silvio.Falconi
Mon Feb 18, 2019 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate btnbmp Window 10
Replies: 5
Views: 814

Re: Fatturazione Elettronica

... ( oFatturaElettronica ) :cFileXlm := cPatXml() + cNumero + ".xml" :cFileTemp := cPatXml() + cNumeroTemp + ".xml" //per la stampa :lPrivato :=.f. // PA end with oFatturaElettronica:Creafattura() ovviamente sono agli inizi uso un tree nella dialog per visualizzare in trace ...
by Silvio.Falconi
Tue Dec 11, 2018 1:16 pm
 
Forum: All products support
Topic: Fatturazione Elettronica
Replies: 91
Views: 63631

Re: stampa calendario con info

io l'ho chiesto anche nella riunione a Sillian in Austria .
Mi avevano assiscurato che lo facevano. io stesso ho consegnatn un modifica per la classe Tcalex che iniziava un methodo per la stampa del calendario
Ma poi a nessuno interessa per cui non lo hanno fatto .
by Silvio.Falconi
Mon Mar 05, 2018 8:31 am
 
Forum: All products support
Topic: stampa calendario con info
Replies: 1
Views: 1140

Re: explorerbar Menu

with vtaskbar I can make this DEFINE VMENUITEM OF oBar ; CAPTION "Elenco movimenti" ; IMAGE "GRID_IMPRIMIR2" ; MENU Stampa_Mov(oApp():oGrid,oCont,oBar); LEFT 10 where Stampa_Mov is a normal function with menupopup type Function Stampa_Mov(oGrid,oCont,oBar) Local oMenuStampa MENU ...
by Silvio.Falconi
Fri Feb 09, 2018 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: explorerbar Menu
Replies: 2
Views: 658

stampa calendario con info

Dovrei produrre una semplice stampa che, partendo da un dbf dove ho data ora e note record per record, rappresenti il tutto sotto forma di una sorta di calendario con le info nel giorno corrispondente. Dovrebbe venir fuori una sorta di ...
by max
Mon Jan 22, 2018 6:42 pm
 
Forum: All products support
Topic: stampa calendario con info
Replies: 1
Views: 1140
Next

Return to advanced search