... 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 ...
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 ...
... 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 ...
... * 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 ...
... * 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, ...
... 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() ...
... <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! ...
... 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 ...
... 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 ...
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