Search found 47 matches: agroups

Return to advanced search

Add a line on report from xbrowse (NO HTML)

... oBrw| MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,aCampi ) } )  on MySetup function I insert the Group sintax AAdd(oRep:aGroups,trGroup():New( bCampo2( afields, nGroup,oDbf ),;    //campo           {|| aGroup[nGroup]+" :"+oRep:aGroups[1]:cValue},; ...
by Silvio.Falconi
Tue Dec 12, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 253

add a line in the print report

... oBrw| MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,aCampi ) } )  on MySetup function I insert the Group sintax AAdd(oRep:aGroups,trGroup():New( bCampo2( afields, nGroup,oDbf ),;    //campo           {|| aGroup[nGroup]+" :"+oRep:aGroups[1]:cValue},; ...
by Silvio.Falconi
Tue Dec 12, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 399

Re: Group on Report ( from xbrowse)

Dear Silvio, > AAdd(oRep:aGroups,trGroup():New({||"oDbf:"+(afields[nGroup])},{||""},{||"Total"},{|| 1 },.t.,oRep)) AAdd(oRep:aGroups,trGroup():New( &( "{||oDbf:" + (afields[nGroup])}" ...
by Silvio.Falconi
Fri May 05, 2023 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Group on Report ( from xbrowse)
Replies: 4
Views: 235

Re: Group on Report ( from xbrowse)

Dear Silvio,

> AAdd(oRep:aGroups,trGroup():New({||"oDbf:"+(afields[nGroup])},{||""},{||"Total"},{|| 1 },.t.,oRep))

AAdd(oRep:aGroups,trGroup():New( &( "{||oDbf:" + (afields[nGroup])}" ),{||""},{||"Total"},{|| 1 },.t.,oRep))
by Antonio Linares
Fri May 05, 2023 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Group on Report ( from xbrowse)
Replies: 4
Views: 235

Exportacíon Excel desde Reporte

... 8; CENTER COLUMN TITLE "Hora Saida" ; DATA oTELE0060:a_Horas_60; SIZE 8; CENTER GROUP ON oTELE0060:A_ENTRE_60; FOOTER SUBSTR(oReport:aGroups[1]:cValue,1,8) + '=>' + Alltrim(str(oReport:aGroups[1]:nCounter)); FONT 2 oReport:lGrid := .T. oReport:cGrandTotal := "Total Geral ==>" ...
by danielgustavo
Thu Jun 24, 2021 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportacíon Excel desde Reporte
Replies: 0
Views: 305

Re: nCounter Report not run ok

artu01 wrote:
Try this way


Dear artu01,
we allready resolved

For Groups
oReport:aGroups[ nGroup ]:nCounter

for bfor and others
local nCounter:= 0

...
oReport:bStartRecord := { || nCounter++ }

...
ACTIVATE REPORT oReport ;
....
oReport:Say(1, 'Total customers: '+Tran(nCounter, '@E 999,999'), 1)
by Silvio.Falconi
Sat Oct 10, 2020 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1226

Re: nCounter Report not run ok

Silvio.. oReport:aGroups[ nGroup ]:nCounter  Carlos, I already knew, the problem is: 1) For the command of the groups we must use oReport: aGroups [nGroup]: nCounter 2) To get the total we can no longer use oReport: nCounter ...
by Silvio.Falconi
Fri Oct 09, 2020 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1226

nCounter Report not run ok RESOLVED

Dear Antonio, if I made GROUP ON CU->STATE ; FOOTER " » Total FOR STATE » "+::oReport:aGroups[1]:cValue +"("+ltrim(str(::oReport:aGroups[1]:nCounter))+")" ; FONT 1 oReport:nCounter is right for each group and the total counter is right If ...
by Silvio.Falconi
Thu Oct 08, 2020 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1226

Re: Desabilitar botones de TOutlook2003

... el método AtGroup() así: METHOD AtGroup( nRow, nCol ) CLASS TOutLook2003   local nGroupsArea := ::nHeight - ( Len( ::aGroups ) * 32 )   local nGroup   if nRow > nGroupsArea      nGroup = Len( ::aGroups ) - Int( ...
by Antonio Linares
Fri Jan 17, 2020 10:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desabilitar botones de TOutlook2003 ( Solucionado )
Replies: 5
Views: 793

Re: New FTDN May 2018 (FWH 18.05)

... supports the vertical scrollbar: http://forums.fivetechsupport.com/viewtopic.php?p=213460#p213460 * function SummaryDataAsTree( bSkip, bEof, aGroups, bCargo ) in trees.prg enhanced. Can be used to automatically create a tree object from any sorted datasource. Mainly used as support function ...
by Antonio Linares
Sun Jul 22, 2018 5:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2018 (FWH 18.05)
Replies: 1
Views: 2733

New FTDN May 2018 (FWH 18.05)

... supports the vertical scrollbar: http://forums.fivetechsupport.com/viewtopic.php?p=213460#p213460 * function SummaryDataAsTree( bSkip, bEof, aGroups, bCargo ) in trees.prg enhanced. Can be used to automatically create a tree object from any sorted datasource. Mainly used as support function ...
by Antonio Linares
Sat Jul 14, 2018 4:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2018 (FWH 18.05)
Replies: 1
Views: 2733

Re: Treport y StartLine, o EndLine

El problema con ON POSTGROUP es que agrega la linea, a oReport:aGroups[1] y a oReport:aGroups[2], y quiero que solo la agregue a oReport:aGroups[1].
Saludos.
by FranciscoA
Tue Jan 17, 2017 5:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Treport y StartLine, o EndLine, NewLine()
Replies: 5
Views: 1109

Re: Nuevo FWH 15.08

... "P gina: "+str(oReport:nPage,3); PREVIEW GROUP ON Customer->State ; HEADER " " ; FOOTER "Total Estado "+oReport:aGroups[1]:cValue+" : "+strzero(oReport:aGroups[1]:nCounter,3) COLUMN TITLE "ST" ; DATA Customer->State COLUMN TITLE "City" ...
by cjcardoza
Fri Sep 25, 2015 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.08
Replies: 7
Views: 1351

REPORT TO EXCEL NO AGRUPA

... FONT 2 GROUP ON ::oSql:codigo HEADER ALLTRIM(::oSql:codigo)+"-"+ALLTRIM(LEFT(::oSql:descripc,50)) FOOTER "TOTAL ART.:"+oReport:aGroups[1]:cValue+" : "+STRZERO(oReport:aGroups[1]:nCounter,4) FONT 1 END REPORT oReport:bInit:={|| ::oSql:GOTOP() } oReport:bSkip:={|| ::oSql:SKIP() ...
by cjcardoza
Wed Feb 18, 2015 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: REPORT TO EXCEL NO AGRUPA
Replies: 0
Views: 635

Re: EXCESS RELEASE OF FONT

... ,,,,,,oRpt)) next i if len(campoSubgr)>0 GROUP ON &(campoSubgr) ; HEADER eval(bTextoSubgr); //HEADER CTextoSubgr+': '+oRpt:aGroups[1]:cValue; FONT 2 // EJECT Si se quiere que salte de página en cada group. endif END REPORT sysrefresh() ACTIVATE REPORT oRpt GO TOP //oFontNorm:end() ...
by Verhoven
Wed Feb 04, 2015 8:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT
Replies: 28
Views: 6860
Next

Return to advanced search