You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(10) |
Oct
(54) |
Nov
(34) |
Dec
(45) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(49) |
Feb
(17) |
Mar
(13) |
Apr
|
May
(30) |
Jun
(13) |
Jul
(18) |
Aug
(23) |
Sep
(8) |
Oct
(10) |
Nov
(15) |
Dec
(24) |
2005 |
Jan
(16) |
Feb
(33) |
Mar
(58) |
Apr
(61) |
May
(37) |
Jun
(6) |
Jul
(30) |
Aug
(31) |
Sep
(12) |
Oct
(18) |
Nov
(8) |
Dec
(8) |
2006 |
Jan
(30) |
Feb
(4) |
Mar
(5) |
Apr
(4) |
May
(2) |
Jun
(6) |
Jul
(11) |
Aug
(21) |
Sep
(12) |
Oct
(9) |
Nov
(1) |
Dec
(15) |
2007 |
Jan
(4) |
Feb
(6) |
Mar
(7) |
Apr
(1) |
May
(2) |
Jun
(7) |
Jul
(4) |
Aug
(4) |
Sep
(6) |
Oct
|
Nov
|
Dec
(3) |
2008 |
Jan
(1) |
Feb
(2) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(3) |
Dec
|
2010 |
Jan
(5) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bob D. <bd...@si...> - 2005-08-02 20:20:43
|
On Tue, 2005-08-02 at 16:54 -0300, Everton Luis Berz wrote: > Sorry, but only works when LC_NUMERIC *at PHP* is 'C'. So, > if LC_ALL or LC_NUMERIC is 'pt_BR' (on PHP) then report displays the > same wrong values. > > I guess rlib must only uses locale defined on rlib_set_locale function. > > That's correct. I assume that's ok for now because you can set it to C manually right? - bob |
From: Everton L. B. <ev...@fa...> - 2005-08-02 19:55:27
|
Sorry, but only works when LC_NUMERIC *at PHP* is 'C'. So, if LC_ALL or LC_NUMERIC is 'pt_BR' (on PHP) then report displays the same wrong values. Example: <?php setlocale(LC_NUMERIC, 'pt_BR'); //my php code that requires LC_NUMERIC pt_BR ... rlib_set_locale($rlib, 'pt_BR'); ... ?> Output (wrong): 12.345,00 R$ 9876,00 123,00 R$ 12.345,00 R$ If i comment setlocale line: <?php //setlocale(LC_NUMERIC, 'pt_BR'); //my php code that requires LC_NUMERIC pt_BR ... rlib_set_locale($rlib, 'pt_BR'); ... ?> Output (expected): 12.345,00 R$ 9876,54 123,45 R$ 12.345,67 R$ I guess rlib must only uses locale defined on rlib_set_locale function. -- Everton Everton Luis Berz escreveu: > All works fine! Thanks > |
From: Zoltan B. <zb...@du...> - 2005-07-30 10:24:57
|
jam_lraep =EDrta: > Hi rlib-users, > can I use rlib with sqlite database? > Thanks! >=20 > Saluti Danilo.=20 > jam...@ya... > =20 > Home Page: http://www.digitazero.org >=20 > [2005-07-30] >=20 Natively, no. AFAIK there is an ODBC driver for SQLite that works on POSIX-like systems and Windows. Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |
From: jam_lraep <jam...@ya...> - 2005-07-30 10:15:13
|
Hi rlib-users, can I use rlib with sqlite database? Thanks! Saluti Danilo. jam...@ya... Home Page: http://www.digitazero.org [2005-07-30] ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it |
From: Everton L. B. <ev...@fa...> - 2005-07-28 19:11:51
|
All works fine! Thanks --=20 Everton Lu=EDs Berz Bob Doan escreveu: > Try >=20 > http://www.sicom.com/~bdoan/rlib-1.3.5.tar.gz >=20 >=20 |
From: Bob D. <bd...@si...> - 2005-07-28 18:46:07
|
Try http://www.sicom.com/~bdoan/rlib-1.3.5.tar.gz On Tue, 2005-07-19 at 11:45 -0300, Everton Luis Berz wrote: > Example: > > XML: > <field value="format(12345,'!$ %n')"/> > <literal width="3"/> > <field value="format(9876.54,'!# %.2f')"/> > <literal width="3"/> > <field value="format(123.45,'!$ %n')"/> > <literal width="3"/> > > RLIB results: > 12.345,00 R$ 9876,00 123,00 R$ > > Results expected: > 12.345,00 R$ 9876,54 123,45 R$ > |
From: Bob D. <bd...@si...> - 2005-07-19 20:26:50
|
Ok. Then in rlib/src/examples/c do a make clean and see what the ccflags are You should be able to figure it out. Let me know if RLIB's pkg-config stuff is not correct On Tue, 2005-07-19 at 09:49 -0600, Alfredo Cole wrote: > El Martes, 19 de Julio de 2005 08:33, Bob Doan escribi=C3=B3: > > You need to compile w/ the correct cflags > > > > so include this: `pkg-config --cflags --libs rlib` > > > > - bob > > >=20 > I use CodeForge for development, and I included your suggestion. The re= sults=20 > are the same. The offending line is: >=20 > gpointer private; >=20 > And the message is: >=20 > /usr/include/rlib/rlib.h:740: error: declaration does not declare anyth= ing > /usr/include/rlib/rlib.h:740: error: syntax error before `private' > /usr/include/rlib/rlib.h:750: error: syntax error before `private' >=20 > /usr/include/rlib/rlib_input.h:41: error: declaration does not declare=20 > anything > /usr/include/rlib/rlib_input.h:41: error: syntax error before `private' >=20 > My program is a C++ program, but have not had any problems with other=20 > libraries, ie: MySQL C API. >=20 > Thank you. >=20 |
From: Alfredo C. <al...@ac...> - 2005-07-19 16:59:23
|
El Martes, 19 de Julio de 2005 10:10, Bob Doan escribi=C3=B3: > Try it like this: > > pkg-config --cflags --libs rlib glib-2.0 > These are the complete options I'm passing to the compiler: =2DI. -I/usr/include/libxml2/ -I/usr/include/rlib/=20 =2DI/opt/gnome/include/glib-2.0/ -I/opt/gnome/lib/glib-2.0/include/=20 =2DI/usr/include -D_GNU_SOURCE -DPIC -DUNDEF_HAVE_INITGROUPS -fmessage-leng= th=3D0=20 =2Dw -fPIC -fexceptions -Wno-deprecated -fno-strict-aliasing `wx-config=20 =2D-cxxflags` `pkg-config --cflags rlib glib-2.0` To the linker (although it never gets to this phase): =2DL. -L/usr/lib/mysql/ -lfixed -lxbase=20 =2Dlkeylok /usr/lib/mysql/libmysqlclient.a /usr/lib/libr.a /usr/lib/librpdf= =2Ea=20 `pkg-config --libs rlib glib-2.0` `wx-config --static --libs` And still will not compile. If I remove the two include files (rlib.h and=20 rlib_input.h), the project again compiles ok. Please advise. Regards. =2D-=20 Alfredo J. Cole Grupo ACyC |
From: Bob D. <bd...@si...> - 2005-07-19 16:10:53
|
Try it like this: pkg-config --cflags --libs rlib glib-2.0 On Tue, 2005-07-19 at 09:49 -0600, Alfredo Cole wrote: > El Martes, 19 de Julio de 2005 08:33, Bob Doan escribi=C3=B3: > > You need to compile w/ the correct cflags > > > > so include this: `pkg-config --cflags --libs rlib` > > > > - bob > > >=20 > I use CodeForge for development, and I included your suggestion. The re= sults=20 > are the same. The offending line is: >=20 > gpointer private; >=20 > And the message is: >=20 > /usr/include/rlib/rlib.h:740: error: declaration does not declare anyth= ing > /usr/include/rlib/rlib.h:740: error: syntax error before `private' > /usr/include/rlib/rlib.h:750: error: syntax error before `private' >=20 > /usr/include/rlib/rlib_input.h:41: error: declaration does not declare=20 > anything > /usr/include/rlib/rlib_input.h:41: error: syntax error before `private' >=20 > My program is a C++ program, but have not had any problems with other=20 > libraries, ie: MySQL C API. >=20 > Thank you. >=20 |
From: Alfredo C. <al...@ac...> - 2005-07-19 15:45:26
|
El Martes, 19 de Julio de 2005 08:33, Bob Doan escribi=F3: > You need to compile w/ the correct cflags > > so include this: `pkg-config --cflags --libs rlib` > > - bob > I use CodeForge for development, and I included your suggestion. The result= s=20 are the same. The offending line is: gpointer private; And the message is: /usr/include/rlib/rlib.h:740: error: declaration does not declare anything /usr/include/rlib/rlib.h:740: error: syntax error before `private' /usr/include/rlib/rlib.h:750: error: syntax error before `private' /usr/include/rlib/rlib_input.h:41: error: declaration does not declare=20 anything /usr/include/rlib/rlib_input.h:41: error: syntax error before `private' My program is a C++ program, but have not had any problems with other=20 libraries, ie: MySQL C API. Thank you. =2D-=20 Alfredo J. Cole Grupo ACyC |
From: Everton L. B. <ev...@fa...> - 2005-07-19 14:46:58
|
Example: XML: <field value="format(12345,'!$ %n')"/> <literal width="3"/> <field value="format(9876.54,'!# %.2f')"/> <literal width="3"/> <field value="format(123.45,'!$ %n')"/> <literal width="3"/> RLIB results: 12.345,00 R$ 9876,00 123,00 R$ Results expected: 12.345,00 R$ 9876,54 123,45 R$ -- Everton Bob Doan escreveu: > I don't understand what you want exactly. > > Can you make a simple example using pt_BR with RLIB results and results > you are expecting. > > - Bob > > On Fri, 2005-07-15 at 17:29 -0300, Everton Luis Berz wrote: > >>Margins still not works. >> >>I am testing the numeric format for my locale, see results: >> >>XML: >><field value="format(12345,'!$ %n')"/> >><literal width="3"/> >><field value="format(9876.54,'!# %.2f')"/> >><literal width="3"/> >><field value="format(123.45,'!$ %n')"/> >><literal width="3"/> >> >>PDF - using rlib_set_locale($rlib, "pt_BR"); >>12.345,00 R$ 9876,00 123,00 R$ >> >>PDF - using rlib_set_locale($rlib, "en_US"); >>$12,345.00 9876.54 $123.45 >> >> >>Decimal places at pt_BR dont works. >>I think the margins problem is the same (because rlib >>dont understand pt_BR decimal places). >> > > |
From: Bob D. <bd...@si...> - 2005-07-19 14:39:04
|
I don't understand what you want exactly. Can you make a simple example using pt_BR with RLIB results and results you are expecting. - Bob On Fri, 2005-07-15 at 17:29 -0300, Everton Luis Berz wrote: > Margins still not works. > > I am testing the numeric format for my locale, see results: > > XML: > <field value="format(12345,'!$ %n')"/> > <literal width="3"/> > <field value="format(9876.54,'!# %.2f')"/> > <literal width="3"/> > <field value="format(123.45,'!$ %n')"/> > <literal width="3"/> > > PDF - using rlib_set_locale($rlib, "pt_BR"); > 12.345,00 R$ 9876,00 123,00 R$ > > PDF - using rlib_set_locale($rlib, "en_US"); > $12,345.00 9876.54 $123.45 > > > Decimal places at pt_BR dont works. > I think the margins problem is the same (because rlib > dont understand pt_BR decimal places). > |
From: Bob D. <bd...@si...> - 2005-07-19 14:34:57
|
It's not supposed to crash in either case Send in the stack trace On Mon, 2005-07-18 at 17:54 -0300, Everton Luis Berz wrote: > Hi, > When I run a report and my query (postgresql) return no rows the > follow messages displayed. > > 17:30:14 everton@nsa3 [/var/www/html/sa/_relatorios/estudocurriculo] $ > php novo.php > row number 0 is out of range 0..-1 > row number 0 is out of range 0..-1 > row number 0 is out of range 0..-1 > ** NUTS.. WE CRASHED > Sair (core dumped) > > > IMHO my report must be displayed and data fields is null, or > rlib functions tell me that my query have no results. (the same when a > query fails) > > Example: > <?php > ... > $rExecute = rlib_execute($rlib); > if($rExecute === false){ > die("no results."); > } > ?> > > > ps: I'm using rlib 1.3.4. |
From: Bob D. <bd...@si...> - 2005-07-19 14:34:35
|
You need to compile w/ the correct cflags so include this: `pkg-config --cflags --libs rlib` - bob On Sun, 2005-07-17 at 19:18 -0600, Alfredo Cole wrote: > Hi: > > Compiling the test programs works ok on my SuSE 9.3 system. However, if I > include rlib.h and rlib_input in my own program, I get the following errors: > > /usr/include/rlib/rlib.h:739: error: declaration does not declare anything > > /usr/include/rlib/rlib_input.h:41: error: declaration does not declare > anything > > I think it might be a switch I'm missing, but looking at the makefile used by > the test programs, I can not figure out what I need. Anybody have a > suggestion to make it compile right? > > I'm using gcc 3.3.5 and glibc 2.3.4. > > Thank you and regards. > |
From: Everton L. B. <ev...@fa...> - 2005-07-18 20:56:13
|
Hi, When I run a report and my query (postgresql) return no rows the follow messages displayed. 17:30:14 everton@nsa3 [/var/www/html/sa/_relatorios/estudocurriculo] $=20 php novo.php row number 0 is out of range 0..-1 row number 0 is out of range 0..-1 row number 0 is out of range 0..-1 ** NUTS.. WE CRASHED Sair (core dumped) IMHO my report must be displayed and data fields is null, or rlib functions tell me that my query have no results. (the same when a=20 query fails) Example: <?php ... $rExecute =3D rlib_execute($rlib); if($rExecute =3D=3D=3D false){ die("no results."); } ?> ps: I'm using rlib 1.3.4. --=20 Everton Lu=EDs Berz N=FAcleo de Sistemas Administrativos :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.647 ICQ 7807919 |
From: Alfredo C. <al...@ac...> - 2005-07-18 01:15:12
|
Hi: Compiling the test programs works ok on my SuSE 9.3 system. However, if I include rlib.h and rlib_input in my own program, I get the following errors: /usr/include/rlib/rlib.h:739: error: declaration does not declare anything /usr/include/rlib/rlib_input.h:41: error: declaration does not declare anything I think it might be a switch I'm missing, but looking at the makefile used by the test programs, I can not figure out what I need. Anybody have a suggestion to make it compile right? I'm using gcc 3.3.5 and glibc 2.3.4. Thank you and regards. -- Alfredo J. Cole Grupo ACyC |
From: Everton L. B. <ev...@fa...> - 2005-07-15 20:31:30
|
Margins still not works. I am testing the numeric format for my locale, see results: XML: <field value=3D"format(12345,'!$ %n')"/> <literal width=3D"3"/> <field value=3D"format(9876.54,'!# %.2f')"/> <literal width=3D"3"/> <field value=3D"format(123.45,'!$ %n')"/> <literal width=3D"3"/> PDF - using rlib_set_locale($rlib, "pt_BR"); 12.345,00 R$ 9876,00 123,00 R$ PDF - using rlib_set_locale($rlib, "en_US"); $12,345.00 9876.54 $123.45 Decimal places at pt_BR dont works. I think the margins problem is the same (because rlib dont understand pt_BR decimal places). --=20 Everton Bob Doan escreveu: > Use >=20 > rlib_set_locale($rlib, "pt_BR"); >=20 > instead of setlocale >=20 > - bob >=20 > On Fri, 2005-07-15 at 16:12 -0300, Everton Luis Berz wrote: >=20 >>Hi, >>when I use locale pt_BR my report are showing wrong margins. >>The decimal separator in pt_BR is "," (comma) >> >>My PHP: >>setlocale(LC_NUMERIC, "pt_BR"); >>@dl("rlib.so") or die("Gerador de relat=C3=B3rios n=C3=A3o instalado!")= ; >>$rlib =3D rlib_init() or die(_("Gerador de relat=C3=B3rios n=C3=A3o ini= cializado!")); >>... >> >>My XML: >><Report fontSize=3D"10" >> orientation=3D"portrait" >> paperType=3D"'A4'" >> leftMargin=3D"0.75" >> topMargin=3D"0.40"> >>... >> >> >>I tried use "0,75" and "0,40" but report shows nothing. >> >>Thanks, >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users >=20 |
From: Bob D. <bd...@si...> - 2005-07-15 19:56:45
|
Use rlib_set_locale($rlib, "pt_BR"); instead of setlocale - bob On Fri, 2005-07-15 at 16:12 -0300, Everton Luis Berz wrote: > Hi, > when I use locale pt_BR my report are showing wrong margins. > The decimal separator in pt_BR is "," (comma) >=20 > My PHP: > setlocale(LC_NUMERIC, "pt_BR"); > @dl("rlib.so") or die("Gerador de relat=C3=B3rios n=C3=A3o instalado!")= ; > $rlib =3D rlib_init() or die(_("Gerador de relat=C3=B3rios n=C3=A3o ini= cializado!")); > ... >=20 > My XML: > <Report fontSize=3D"10" > orientation=3D"portrait" > paperType=3D"'A4'" > leftMargin=3D"0.75" > topMargin=3D"0.40"> > ... >=20 >=20 > I tried use "0,75" and "0,40" but report shows nothing. >=20 > Thanks, |
From: Everton L. B. <ev...@fa...> - 2005-07-15 19:14:18
|
Hi, when I use locale pt_BR my report are showing wrong margins. The decimal separator in pt_BR is "," (comma) My PHP: setlocale(LC_NUMERIC, "pt_BR"); @dl("rlib.so") or die("Gerador de relat=F3rios n=E3o instalado!"); $rlib =3D rlib_init() or die(_("Gerador de relat=F3rios n=E3o inicializad= o!")); ... My XML: <Report fontSize=3D"10" orientation=3D"portrait" paperType=3D"'A4'" leftMargin=3D"0.75" topMargin=3D"0.40"> ... I tried use "0,75" and "0,40" but report shows nothing. Thanks, --=20 Everton Lu=EDs Berz N=FAcleo de Sistemas Administrativos :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.647 ICQ 7807919 |
From: Bob D. <bd...@si...> - 2005-07-14 19:40:49
|
Hey All, RLIB 1.3.4 is now out! - Fix problems with followers (me) - Ability to add custom function (Even from languages like PHP!) (me) - New C# Bindings (me) - Memory Leaks Fixed (William K. Volkman) - Some random crashes fixed (Me, Zoltan, William K. Volkman) - Compile cleanups (Zoltan) - ODBC Datasource no longer relies on SQLRowCount (Zoltan) - Compiler fixes / regression testing (me) Download for sourceforge and enjoy - Bob |
From: Bob D. <bd...@si...> - 2005-07-08 14:55:57
|
72.0 DPI On Fri, 2005-07-08 at 11:45 -0300, Everton Luis Berz wrote: > What measure used to define margins? (pixels, inches, milimeters..?) > > ps: detailcnt works fine |
From: Everton L. B. <ev...@fa...> - 2005-07-08 14:47:22
|
What measure used to define margins? (pixels, inches, milimeters..?) ps: detailcnt works fine -- Everton Luis Berz |
From: Bob D. <bd...@si...> - 2005-07-08 14:24:22
|
Fixes formatting of number that had "0" in the format string like: %04d It also fixes the r.detailcnt problem Everton just found http://www.sicom.com/~bdoan/rlib-1.3.4.tar.gz Let me know if you guys find anything else Otherwise have a good weekend! - bob |
From: Bob D. <bd...@si...> - 2005-07-08 13:50:49
|
Hey, Can we add some trace code?? In pcode.c around line 764 you will see this: } else if(type == RLIB_RLIB_VARIABLE_DETAILCNT) { gint64 dcnt = r->detail_line_count * RLIB_DECIMAL_PRECISION; return rlib_value_new_number(rval, dcnt); Can we make it this: } else if(type == RLIB_RLIB_VARIABLE_DETAILCNT) { gint64 dcnt = r->detail_line_count * RLIB_DECIMAL_PRECISION; r_error("DETAIL COUNT IN PCODE IS %ld\n", r->detail_line_count); return rlib_value_new_number(rval, dcnt); And in reportgen.c around line 577 you will see this: if(output_count > 0) r->detail_line_count++; After those lines can you add: r_error("IN REPORT GEN DETAIL LINE CNT IS %d\n", r->detail_line_count); And can you run the report from the command line and send me the output? On Fri, 2005-07-08 at 00:31 -0300, ev...@fa... wrote: > Citando Bob Doan <bd...@si...>: > > > Hi, > > > > Is this happening in PDF or HTML or both? > > Both. > > > > > Also can you add a column and just print out r.detailcnt > > > > And see what comes out (does the number continue to increase?) > > No, it's decrease when reaches 214 (last column): > > RECURSOS HUMANOS I - 4 213 > ESTATISTICA I 8,75 4 214 > MICROINFORMATICA APLICADA - 4 -214 > PSICOLOGIA APLICADA A ADMINISTRACAO - 4 -213 > RECURSOS HUMANOS II - 4 -212 > > > Is possible I clean the detailcnt in a break? (temporary solution) > > > > > - bob > > > > -- > Everton > ------------------------------------------------------------------------------ > FACCAT - Faculdades de Taquara > Acesse a agenda de julho - http://www.faccat.br/agenda_07.html > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > core and dual graphics technology at this free one hour event hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: <ev...@fa...> - 2005-07-08 03:32:03
|
Citando Bob Doan <bd...@si...>: > Hi, >=20 > Is this happening in PDF or HTML or both? Both. >=20 > Also can you add a column and just print out r.detailcnt >=20 > And see what comes out (does the number continue to increase?) No, it's decrease when reaches 214 (last column): RECURSOS HUMANOS I - 4 21= 3 ESTATISTICA I 8,75 4 21= 4 MICROINFORMATICA APLICADA - 4 -2= 14 PSICOLOGIA APLICADA A ADMINISTRACAO - 4 -2= 13 RECURSOS HUMANOS II - 4 -2= 12 Is possible I clean the detailcnt in a break? (temporary solution) >=20 > - bob >=20 -- Everton -------------------------------------------------------------------------= ----- FACCAT - Faculdades de Taquara Acesse a agenda de julho - http://www.faccat.br/agenda_07.html |