Search found 23 matches: endgroup

Return to advanced search

Re: Group compuesto en Report

... en gran parte con esto activate report rep_per  ON STARTGROUP(rep_per:NewLine()) ON POSTEND(impcligen(rep_per)) ON ENDGROUP( if(rep_per:aGroups[1]:cValue = field ->razon, , rep_per:Endgroup(2)  )) Si el valor del agrupamiento "cliente" ...
by nlerdafehn
Thu Feb 04, 2021 2:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [RESUELTO] Group compuesto en Report
Replies: 2
Views: 333

[RESUELTO] Group compuesto en Report

... 100usd Total de Manuel en USD: 100 Total operado por Manuel: 100 Por lo que pude observar, deseguro que la resolución se encuentra utilizando endgroup() con alguna función personal, pero la realidad es que estoy haciendo continuación de los sistemas de mi padre, y no estoy del todo canchero ...
by nlerdafehn
Thu Feb 04, 2021 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [RESUELTO] Group compuesto en Report
Replies: 2
Views: 333

Re: Treport y StartLine, o EndLine, NewLine()

Armando, gracias.
Voy a estudiar los methods StartGroup, EndGroup, a ver si lo consigo.
Saludos.
by FranciscoA
Tue Jan 17, 2017 11:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Treport y StartLine, o EndLine, NewLine()
Replies: 5
Views: 1133

Re: Treport y StartLine, o EndLine, NewLine()

Francisco:

Tal vez te puede servir el ON ENDGROUP y con un contador
controlas cuando sea el primer grupo.

Saludos
by Armando
Tue Jan 17, 2017 10:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Treport y StartLine, o EndLine, NewLine()
Replies: 5
Views: 1133

Re: Report Eject

Try:

Create a function to return the quarter of the year. Sort the array by quarter plus whatever else you need.

function quarter( dDate )
...
return nQuarter

report oRpt...group on quarter( aArray[...] )

activate report oRpt...on endgroup {|oRpt| oRpt:endpage() }
by James Bott
Fri Mar 20, 2015 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Eject
Replies: 1
Views: 386

New FTDN December/Diciembre 2014 (FWH 14.12)

... to destroy the created TBitmap control. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=169174#p169174 * Fix: Class TReport method EndGroup() has been fixed by Biel as due to recent changes into it, it was not backwards compatible. Thanks Biel!
by Antonio Linares
Mon Dec 22, 2014 12:31 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2014 (FWH 14.12)
Replies: 2
Views: 1252

New FTDN september 2014 (FWH 14.09)

... PaintBitmap() * Fix: In prv2pdf.prg removed the "¿" for non spanish languages * Enhancement: Minor improvement on Class TReport Method EndGroup() thanks to Dan Landon! * New: function FWLanguageID() returns the currently selected LanguageID for the FW multi languages translation engine ...
by Antonio Linares
Tue Oct 21, 2014 4:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN september 2014 (FWH 14.09)
Replies: 0
Views: 1111

Re: how to add two columns in the Report

... - MyTable->Credit ) ; PICTURE "99,999,999.99" ; SIZE 10 GROUP ON MyTable->aaa END REPORT ACTIVATE REPORT oReport ON ENDGROUP nBalance:= 0 close all return nil
by davor0501
Thu May 16, 2013 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to add two columns in the Report
Replies: 3
Views: 825

Re: PROBLEM WITH REPORT CLASS ( GROUP)

nice I'm trying ...
ON STARTGROUP no!!!
ON ENDGROUP no !!!

Good .. ON POSTGROUP run ok

Image
by Silvio.Falconi
Sat Mar 09, 2013 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEM WITH REPORT CLASS ( GROUP)
Replies: 2
Views: 608

Re: PROBLEM WITH REPORT CLASS ( GROUP)

... REPORT .... ON STARTGROUP oREP:NewLine() or ACTIVATE REPORT .... ON STARTGROUP ( oREP:NewLine() , oREP:NewLine() ) or ACTIVATE REPORT .... ON ENDGROUP oREP:NewLine() or ACTIVATE REPORT .... ON ENDGROUP ( oREP:NewLine() , oREP:NewLine() ) Regards Santo
by vensanto
Sat Mar 09, 2013 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEM WITH REPORT CLASS ( GROUP)
Replies: 2
Views: 608

New FTDN June 2012 (FWH 12.06)

... The codeblock should return .t. or .f. * Enhancement: Class TReport enhanced file prev32.dll / prev64.dll detection. And Improvement to Method EndGroup(). Thanks to Bayron: http://forums.fivetechsupport.com/viewtopic.php?p=131496#p131496 * New: A new Class THActiveX (NOTICE the H in the name) ...
by Antonio Linares
Tue Jul 03, 2012 11:01 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2012 (FWH 12.06)
Replies: 0
Views: 1523

Re: Preview FWH12.04:= Necesito que me hechen una manita...

... la clase??? Si pudieras darme una idea de como forzar manualmente el reporte a iniciar una nueva página...!!!! He intentado con ::EndPage ::EndGroup , etc. etc. pero aun no he podido... He tratado de ver en la clase que es lo que produce el cambio de página, pero no puedo verlo... El asunto ...
by Bayron
Thu Jun 28, 2012 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview FWH12.04:= Necesito que me hechen una manita...
Replies: 13
Views: 3943

Re: create group on report class

... FONT 2 SIZE 15 aadd(oRpt:aGroups, oRpt:aGroups[3]) ... ... ACTIVATE REPORT oRpt ; ON STARTGROUP iif(len(tmp->cuentat)=8,createnewgroup(),); ON ENDGROUP iif(len(oRpt:aGroups)=3, eval({||oRpt:Delgroup(3), oRpt:Stabilize() }),) END REPORT Static Function createnewgroup() oGrp3:= TRGroup:New({|| ...
by artu01
Thu Aug 11, 2011 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create group on report class
Replies: 3
Views: 738

Re: CLASE REPEXCEL

... if(!oReport:lFirstRow,oReport:Separator,) ) ; //por repexcel ON CHANGE oReport:Separator() ; //necesario cuando se usa RepExcel, para CellView ON ENDGROUP oReport:BackLine(1) //necesario cuando se usa RepExcel, para CellView Saludos.
by FranciscoA
Sat May 07, 2011 5:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CLASE REPEXCEL
Replies: 9
Views: 1545

Re: CLASE REPEXCEL

... ; ON STARTGROUP ( oReport:NewLine(), EVAL(bSECCION) ) ; // ; ON CHANGE oReport:Separator() ; //necesario cuando se usa RepExcel, para CellView ON ENDGROUP oReport:BackLine(1) //necesario cuando se usa RepExcel, para CellView No es lo mejor, pero se asemeja un poco más al Method CellView, cuando ...
by FranciscoA
Fri May 06, 2011 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CLASE REPEXCEL
Replies: 9
Views: 1545
Next

Return to advanced search