Search found 12 matches: rptaddcolumn

Return to advanced search

Re: Effect Pjama on Treport ( from Xbrowse)

... effect because one goes to modify that code Another solution on xbrowse class there is the function MakeRepCol( oRep, oXCol ) there is the call of RptAddColumn this function ( RptAddColumn) have the 10th parameter FALSE allways that's why the pajama effect will never happen Another solution on ...
by Silvio.Falconi
Thu May 11, 2023 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Effect Pjama on Treport ( from Xbrowse)
Replies: 5
Views: 310

Re: Strange Error ORDBAGNAME with fwh 19.05

... dialog only now give me another error not found the fields of oEsercizi and I cannot Make the report when I call the fields array use this command RptAddColumn( {bTitulo(::aTitulos,i)},,{bCampo(::aCampos,i)},::aWidth[i],{bPicture(::aPicture,i)},{||1},::aTotal[i],,upper(::aAlign[i]),::lshadow,::lGrid,) ...
by Silvio.Falconi
Tue Jun 25, 2019 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Error ORDBAGNAME with fwh 19.05
Replies: 2
Views: 492

Colors RptAddColumn

How add color on RptAddColumn ?

sample : list of products like Paint shop and I want to show the color in print

I saw with Printer class it is possible but with Report Class I not understood How make it
by Silvio.Falconi
Mon Jun 03, 2019 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colors RptAddColumn
Replies: 0
Views: 269

Re: Use Barlib on Treport

... [ <valign:TOP,VCENTER,BOTTOM> ] ;        => ;         [ <oRptCol> := ] RptAddColumn( {<{bTitle}>}, <nCol> ,;                {<{bData}>}, ...
by Silvio.Falconi
Wed Jan 25, 2017 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use Barlib on Treport
Replies: 9
Views: 2344

Error al generar un report

... => TRCOLUMN:MSGNOTFOUND( 0 ) Called from: ../../../tobject.prg => TRCOLUMN:_LMEMO( 0 ) Called from: .\source\classes\PDREPORT.PRG => RPTADDCOLUMN( 105 ) Called from: TARTICUL.PRG => LARTICULOS( 581 ) Called from: TARTICUL.PRG => (b)PONBARRA( 233 ) He revisado el código del informe ...
by mlolo
Thu Apr 03, 2014 12:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al generar un report
Replies: 0
Views: 463

Error al generar un report

... => TRCOLUMN:MSGNOTFOUND( 0 ) Called from: ../../../tobject.prg => TRCOLUMN:_LMEMO( 0 ) Called from: .\source\classes\PDREPORT.PRG => RPTADDCOLUMN( 105 ) Called from: TARTICUL.PRG => LARTICULOS( 581 ) Called from: TARTICUL.PRG => (b)PONBARRA( 233 ) He revisado el código del informe ...
by mlolo
Thu Apr 03, 2014 12:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al generar un report
Replies: 0
Views: 337

Re: Errores al traspar proy. FWH pre-release a FWH actualizada

... => TRCOLUMN:MSGNOTFOUND( 0 ) Called from: ../../../tobject.prg => TRCOLUMN:_LMEMO( 0 ) Called from: .\source\classes\PDREPORT.PRG => RPTADDCOLUMN( 105 ) Called from: TARTICUL.PRG => LARTICULOS( 581 ) Called from: TARTICUL.PRG => (b)PONBARRA( 233 ) El código fuente del informes ...
by mlolo
Thu Apr 03, 2014 10:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al traspar proy. FWH pre-release a FWH actualizada
Replies: 10
Views: 1402

Treport bug ?

... only I wish inserted new features as colors for the text ( Title , subtitle, footer ) and color for the Grid to print each column It use simply RptAddColumn( {bTitulo(::aTitulos,i)},,{bCampo(::aCampos,i)},::aWidth[i],{},{||1},.F.,,,.F.,.F.,) to make color I use 3 type of Pen and each Pen is ...
by MdaSolution
Thu Aug 18, 2011 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treport bug ?
Replies: 0
Views: 409

Re: Se necesita ayuda en el wiki !

... RegSetValue() ReleaseCapture() ReleaseDC() RemoveMenu() RemoveProp() Report() ResetDC() ResourceFree() RestoreDC() RestProc() RLNew() RPreview() RptAddColumn() RptAddGroup() RptBegin() RptEnd() Saludos, Carlos Gallego
by Cgallegoa
Tue Feb 23, 2010 3:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5510

Re: xBrowse Report

... "RIGHT", ;                  If( oXCol:nDataStrAlign  == AL_CENTER, "CENTER", "LEFT" ))      oCol := RptAddColumn( { { || oXCol:cHeader } }, nil ,;                            { bData }, nil, { cPic } ,;    ...
by PeterHarmes
Tue Oct 27, 2009 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Report
Replies: 5
Views: 981

Re:

Antonio, Como se define una fuente para pasarlo como parametro a este rptAddColumn? Gracias, Luis, En vez de usar el comando COLUMN ... llama a esta función: RptAddColumn( { BuildTitle( nAt ) } ,, { BuildData( nAt, aImprimo ) } ) ... function BuildTitle( nAt ...
by goosfancito
Tue May 26, 2009 10:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clases
Replies: 5
Views: 1376

Luis,

En vez de usar el comando COLUMN ... llama a esta función:

RptAddColumn( { BuildTitle( nAt ) } ,, { BuildData( nAt, aImprimo ) } )
...
function BuildTitle( nAt )

return { || Str( nAt ) }

function BuildData( nAt, aArray )

return { || aArray[ nAt ] }
by Antonio Linares
Fri Oct 05, 2007 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clases
Replies: 5
Views: 1376

Return to advanced search