Search found 46 matches: elenco

Return to advanced search

Re: bsetup of Report

... 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  csystem:="xxxxxxxxxxxxxxx"  ...
by Silvio.Falconi
Wed Apr 26, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bsetup of Report
Replies: 1
Views: 159

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 add ...
by Silvio.Falconi
Thu Mar 02, 2023 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report setup
Replies: 0
Views: 194

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

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 I ...
by Silvio.Falconi
Fri Jan 07, 2022 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1686

Re: set Report Orientation

... a xbrowse and call report class from it, no prn bSetUp := {|oRep, oBrw, n, llandscape| MyRepSetup( oRep, oBrw, n,llandscape )} oBrw:Report("Elenco Categorie",.T.,,bSetUp )
by Silvio.Falconi
Fri Jan 07, 2022 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1686

Re: set Report Orientation

... == IDOK ?llandscape // here is .t. bSetUp := {|oRep, oBrw, n, llandscape| MyRepSetup( oRep, oBrw, n,llandscape )} oBrw:Report("Elenco Categorie",.T.,,bSetUp ) Endif function MyRepSetup( oRep, oBrw, n ,llandscape) ?llandscape // here is nil if llandscape oRep:lAutoLand := ...
by Silvio.Falconi
Tue Jan 04, 2022 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1686

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

Re: class to make Report with tdatabase

... this morning I add DEFINE PEN ::oPen1 WIDTH 1 COLOR CLR_HGRAY DEFINE PEN ::oPen2 WIDTH 1 COLOR CLR_BLACK and REPORT ::oReport ; TITLE "ELENCO TARIFFE LISTINO ALTA STAGIONE" ; FONT ::oFont ; PEN ::oPen1,; ::oPen2 ; HEADER "Data: " + DTOC( DATE() ) ,; "stabilimento ...
by Silvio.Falconi
Sat Jun 01, 2019 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: class to make Report with tdatabase
Replies: 5
Views: 1219

Meccanismo del lock file in DBF

... lock DBFLOCK_DEFAULT 0 DBFLOCK_CLIP 1 DBFLOCK_CL53 2 DBFLOCK_VFP 3 DBFLOCK_CL53EXT 4 DBFLOCK_XHB64 5 vengono visti come Loked record differenti, l'elenco dei record bloccati e' memeorizzato nella header del file ? Come e' possibile resettare l'elenco dei record bloccati ? Mi capita che a causa ...
by mauri.menabue
Fri Apr 19, 2019 10:09 am
 
Forum: All products support
Topic: Meccanismo del lock file in DBF
Replies: 0
Views: 875

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) ...
by Silvio.Falconi
Fri Feb 09, 2018 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: explorerbar Menu
Replies: 2
Views: 641

Re: Problems with win 10 pro

make error only these lines

DEFINE BUTTON OF ::obar ;
RESOURCE "RIBBON_BENI" ;
PROMPT "Inventario" ;
ACTION Inventario() WHEN ::lPlus;
TOOLTIP i18n( "Gestione beni inventariali" ) ;
MESSAGE i18n( "Elenco dei beni inventariali" ) ;
GROUP NOBORDER
by Silvio.Falconi
Tue Sep 12, 2017 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with win 10 pro resolved||
Replies: 6
Views: 1151

Problems with win 10 pro resolved||

... ;    ACTION Movimenti() ;          TOOLTIP i18n( "Gestione Movimenti" ) ;         MESSAGE i18n( "Elenco dei movimenti contabili" ) ;     NOBORDER   DEFINE BUTTON OF ::obar ;     RESOURCE "TOOLBAR_PERIODIC"       ;      PROMPT ...
by Silvio.Falconi
Mon Sep 11, 2017 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with win 10 pro resolved||
Replies: 6
Views: 1151

Re: Info FiveTouch

... msginfo(oBrw:setCurrentCell(oBrw:rowCount()-1,0):value) // mi piacerebbe ritornasse kinder barrette Grazie mille // ------------------------ ELENCO FUNCTION Elenco( fDbf, fNtx ) local oDlg := QDialog() local oBrw := QTableView( oDlg ) local oModel := QStandardItemModel( 3, 4, oDlg ) LOCAL ...
by xfood
Mon Oct 12, 2015 9:36 pm
 
Forum: FiveTouch
Topic: Info FiveTouch
Replies: 26
Views: 11217

Re: Error compiling with latest Xharbour commercial

Hello Antonio. Some errors went away. Now I have another one, from the same source. Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"c:\fwh\lib" -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\...
by Massimo Linossi
Sat Jul 11, 2015 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2091

Error compiling with latest Xharbour commercial

Hi to all. I've tried in several ways to correct these errors, linking different libraries but I can't find a way. Someone has a solution ? Thanks a lot. Massimo Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"c:\fwh\lib" -LIBPA...
by Massimo Linossi
Sat Jul 11, 2015 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2091
Next

Return to advanced search