Search found 18 matches: trgroup

Return to advanced search

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"},{|| ...
by Silvio.Falconi
Fri May 05, 2023 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Group on Report ( from xbrowse)
Replies: 4
Views: 243

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

Re: Group TReport no funciona con array

... 2] = N 5 Stack Calls =========== Called from: PRGS\Relatorios.prg => (b)GROUPEDREPARRAY(2373) Called from: .\source\classes\RGROUP.PRG => (b)TRGROUP:TRGROUP(0) Called from: => TRGROUP:CHECK(0) Called from: .\source\classes\REPORT.PRG => TREPORT:PLAY(0) Called from: .\source\classes\REPORT.PRG ...
by daniel_halon
Fri Sep 16, 2016 2:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Group TReport no funciona con array
Replies: 6
Views: 1339

Re: Error on Report Group

Any help?

I think there's an error on METHOD Footer( nRow ) CLASS TRGroup

but I not Know how resolved it
by Silvio.Falconi
Thu Nov 20, 2014 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Report Group
Replies: 5
Views: 827

Ayuda en modificacion de la clase TReport

... MULTILINEA y necesito que los subtotales y totales sean tb multilinea. Hice las modificaciones necesarias a las clases TReport , TRColumn y TRGroup y esta casi terminado. El problema surge cuando el total debe imprimirse entre hojas , es decir cuando el total es multilinea y una de las lineas ...
by RSalazarU
Fri May 25, 2012 8:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda en modificacion de la clase TReport
Replies: 0
Views: 342

tengo dos grupos y necesito un tercer grupo con report

Gente : Estoy Tratando de crear un nuevo grupo en tiempo de ejecución , pero me arroja error TRGroup no existe, alquien quien me oriente Gracias, REPORT oRpt                                 ...
by artu01
Thu Aug 11, 2011 11:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tengo dos grupos y necesito un tercer grupo con report
Replies: 0
Views: 219

Re: create group on report class

... not all the reports can be make with two groups I should evaluate each register of the table in runtime. this is my code but i get the message: TRGroup does not exist REPORT oRpt ; ... GROUP oGrp1 ; ON Left(TMP->Cuenta,2) ; HEADER Left(TMP->Cuenta,2)+' '+ACONCUE->Descrip; FOOTER 'Total ...
by artu01
Thu Aug 11, 2011 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create group on report class
Replies: 3
Views: 738

New FTDN July/Julio 2011 (FWH 11.07)

... * Fix: Class xBrowse , Method SetDolphin now working properly * Fix: Class TRBtn, now displayed the ToolTips in button created inside the TRGroup Objects, suggestion by Otto in post: http://forums.fivetechsupport.com/viewtopic.php?p=116863#p116863 * Enhancement: Class TRBtn, Added TOOLTIP ...
by Antonio Linares
Mon Aug 01, 2011 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2011 (FWH 11.07)
Replies: 2
Views: 2085

New FTDN May/Mayo 2011 (FWH 11.05)

... * Fix: Class TRibbon: Stretching group now is working fine when resize window is launched * Improvement: Class TRibbon with internal controls (TRGroup, TRBtn) added 2010 style * Improvement: Class TMenu, added 2010 style, we can use a combination between 2010 and 2007 * Improvement: Class TMsgBar, ...
by Antonio Linares
Sat May 28, 2011 10:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2011 (FWH 11.05)
Replies: 0
Views: 1423

Re: New FTDN August/Agosto 2009 (9.08)

... ACTION ... * Corrección: Corrección en la llamada a ABPaint() en la clase TButtonBmp. Gracias a Ale! * Mejora: En el método Check() de la clase TRGroup, se ha mejorado el soporte para la cración de informes usando "recordsets". Gracias a James! * Corrección: En el método SetProp() ...
by Antonio Linares
Wed Aug 26, 2009 6:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2009 (9.08)
Replies: 1
Views: 1695

New FTDN August/Agosto 2009 (9.08)

... <nRow>, <nCol> TITLEIMG ... OF oTitle ACTION ... * Fix: Class TButtonBmp fix in call to ABPaint(). Thanks to Ale! * Enhancement: Class TRGroup Method Check(), improved support for creating reports using recordsets. Thanks to James! * Fix: Class TActiveX Method SetProp(). Thanks to Lautaro! ...
by Antonio Linares
Tue Aug 25, 2009 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2009 (9.08)
Replies: 1
Views: 1695

Re: Report Grouping Pblm using RecordSet Object

... Below is my test report which you can run using the sample Northwind.mdb that comes with many MS products. You will need to modify the FW TRGROUP.PRG and change the Check() method from INLINE to the method shown below. James Program : Test02.prgPurpose : Test report using RecordSet and ...
by James Bott
Wed Aug 19, 2009 11:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Grouping Pblm using RecordSet Object
Replies: 14
Views: 3336

Re: Report Grouping Pblm using RecordSet Object

... No so with recordsets, when at EOF, if you try to retrieve a value, you will get an error. The error actually occurs in the Check() method of the TRGroup class which is used by the TReport class. Each time the report skips it checks to see if the group has ended (before it checks for EOF). I thought ...
by James Bott
Wed Aug 19, 2009 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Grouping Pblm using RecordSet Object
Replies: 14
Views: 3336

Re: Problemas con report group y arrays

GRACIAS A FRANCISCOA

PERO EL ERROR CONTINUA
ES UN ERROR EL LA CLASE TRGROUP
DA LA IMPRESION QUE ESTA CLASE NO CONTROLA EL FIN DEL ARRAY
HICE UNA PRUEBA RESTANDO UN NUMERO AL TAMAÑO DEL ARREGLO
Y FUNCIONO, PERO OBVIAMENTE FALTA UN REGISTRO EN EL REPORTE

COMO PODRIA CORREGIR ESTA CLASE ?
by Marco Augusto
Thu Mar 12, 2009 1:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con report group y arrays
Replies: 5
Views: 1651

ERRON EN GENERAR REPORTES CON oREPORT FWH812

... 15 TRECT 16 TMSGITEM 17 TBAR 18 TBTNBMP 19 TSAY 20 TGET 21 GET 22 TCLIPGET 23 TWBROWSE 24 TSCROLLBAR 25 TREPORT 26 TPRINTER 27 TPEN 28 TRLINE 29 TRGROUP 30 TRCOLUMN 31 TBUTTON 32 TREG32 Memory Analysis =============== 229 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest ...
by JOSEMAR
Mon Jan 19, 2009 5:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERRON EN GENERAR REPORTES CON oREPORT FWH812
Replies: 2
Views: 1526
Next

Return to advanced search