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: Devonium D. <dev...@de...> - 2005-10-25 00:15:40
|
First of all, this is a great project! Please keep up the good work! I have been trying to use the rlib feature to suppress the PageHeader on the first page of some reports I am generating. I will not post the whole thing since the only issue with the report is actually suppressing the page header. This is the report parameters I am trying: <Report fontSize="9" orientation="landscape" suppressPageHeaderFirstPage="yes"> I have also tried these to no avail: suppressPageHeaderFirstPage="'yes'" suppressPageHeaderFirstPage=1 suppressPageHeaderFirstPage="1" suppressPageHeaderFirstPage="'1'" Thank you for any help you may provide. I'd give more info but there really isn't much more. P.S. Will changing report fonts be supported soon? -- Thanks! Christopher M. Black _____________________________________________________________ Devonium Incorporated Web - Interactive - Hosting - Application Development dev...@de... http://www.devonium.com |
From: Bob D. <bd...@si...> - 2005-10-13 19:46:22
|
Are you talking about paper size for PDF?? http://rlib.sicom.com/betabook.pdf Page 13 "paperType" - Bob On Thu, 2005-10-13 at 14:53 -0400, Lisa M. Kowalski wrote: > Hello folks. > > Is there any way to set the page size in the final report? "Output > parameters" > are referred to in the API, but I couldn't find a description of them in > the manual. > > Thanks much > Lisa Kowalski > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Lisa M. K. <li...@re...> - 2005-10-13 18:43:33
|
Hello folks. Is there any way to set the page size in the final report? "Output parameters" are referred to in the API, but I couldn't find a description of them in the manual. Thanks much Lisa Kowalski |
From: Bob D. <bd...@si...> - 2005-10-07 14:27:05
|
Hey All, RLIB 1.3.5 has been officially released. It is not the same 1.3.5 that I had on the SICOM Server. You can download it from sourceforge. Changes from 1.3.4: * Full Python Bindings (Thanks William!) * Error Reporting w/ Line Numbers and Expressions! Use: rlib_set_output_parameter($rlib, "debugging", "yes"); If you want errors to come out in HTML Reports (This is really handy!!!!) The RLIB compiler continues to improve, and will even alert you to "Parenthesis Mismatch" these days This ***MIGHT*** be the last release before the official 2.0 release. Feedback is appreciated Thanks! - Bob |
From: Bob D. <bd...@si...> - 2005-10-05 16:21:30
|
In Php: rlib_add_paramater($rlib, "michael", "mcinally"); In RLIB: "m.michael" The trick is the "m." - bob On Tue, 2005-10-04 at 14:21 -0400, Michael McInally wrote: > This may be the dumbest question ever... > > I cannot find documentation on how to get the variable -> value defined > with "rlib_add_parameter", which is documented in the documentation. > > Can anybody help me out? > |
From: Saenal M <sae...@sh...> - 2005-10-05 00:27:53
|
Bob Doan wrote: >What version of RLIB are you using? > >On Tue, 2005-10-04 at 11:25 +0700, zein masudi wrote: > > >>I get trouble with rlib. >>This is a warning and error that appear on my page. >> >>Warning: dl(): Invalid library (maybe not a PHP library) 'rlib.so' >>in /var/www/html/CIMS/rlib/php/array.php on line 1 >> >>Fatal error: Call to undefined function: rlib_add_function() >>in /var/www/html/CIMS/rlib/php/array.php on line 43 >> >>Why did this happen? Any solutions? >> >>thanx >> >> I'm using RLIB 1.3.3, PHP 4.4.0 and Apache 2.0.54 |
From: Michael M. <mci...@pi...> - 2005-10-04 18:21:49
|
This may be the dumbest question ever... I cannot find documentation on how to get the variable -> value defined with "rlib_add_parameter", which is documented in the documentation. Can anybody help me out? -- Michael McInally Software Developer Picasso Fish mci...@pi... (519)-426-8981 |
From: Bob D. <bd...@si...> - 2005-10-04 12:50:45
|
What version of RLIB are you using? On Tue, 2005-10-04 at 11:25 +0700, zein masudi wrote: > I get trouble with rlib. > This is a warning and error that appear on my page. > > Warning: dl(): Invalid library (maybe not a PHP library) 'rlib.so' > in /var/www/html/CIMS/rlib/php/array.php on line 1 > > Fatal error: Call to undefined function: rlib_add_function() > in /var/www/html/CIMS/rlib/php/array.php on line 43 > > Why did this happen? Any solutions? > > thanx |
From: zein m. <zei...@gm...> - 2005-10-04 04:25:40
|
I get trouble with rlib. This is a warning and error that appear on my page. *Warning*: dl(): Invalid library (maybe not a PHP library) 'rlib.so' in * /var/www/html/CIMS/rlib/php/array.php* on line *1* *Fatal error*: Call to undefined function: rlib_add_function() in * /var/www/html/CIMS/rlib/php/array.php* on line *43 *Why did this happen? Any solutions? thanx |
From: Bob D. <bd...@si...> - 2005-09-25 14:19:08
|
Hi, Including RLIB in Gentoo is fine w/ me. Good luck packaging, I know it's a bear because of all the possible dependencies. In the future feel free to email the list directly concerning problems. Thank you for your efforts - Bob On Sun, 2005-09-25 at 01:08 -0500, Jay Pfeifer wrote: > Dear Mr. Doan, > > My name is Jay Pfeifer and I am a developer for Gentoo (http:// > www.gentoo.org/). I have been creating an RLIB compile/install script > for persons running Gentoo (hereafter called an "ebuild"). I am > writing to ensure you would have no issues with Gentoo including RLIB > as a package in Gentoo. So far, I have been able to enable/disable 10 > different build-time options (doc, gd, java, mysql, odbc, perl, php, > postgres, python, & utf8). Though there is still quite a bit of > testing that needs to occur (and more clean-ups like when disabling > perl/python support). Initial arch support will be targeted for x86 > and x86_64. > > The ebuild I mention, builds a binary of your package from the source > file. We (Gentoo) are not distributing a binary of your file, we just > point the end-user to a Sourceforge mirror, they fetch the tarball, > and let our packaging system (Portage) compile/install the package. > > Please let me know if you would have any issues with the inclusion > once all is tested. I have been testing the ebuild against the > tarball you posted at http://www.sicompos.com/~bdoan/ > rlib-1.3.5.tar.gz as it has some needed fixes over 1.3.4. I have no > intentions of releasing an ebuild to use that testing version, I only > used the snapshot in preparation of having an ebuild ready when 1.3.5 > would be released. > > > Sincerely, > > Jay Pfeifer > Gentoo Linux Developer > Core System/Kernel > > -- Bob Doan <bd...@si...> |
From: Bob D. <bd...@si...> - 2005-09-15 13:43:59
|
Not really.... On Thu, 2005-09-15 at 12:26 +0200, Sergio Viteri wrote: > While word wrap support comes, is there any trick to emulate it ? > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Sergio V. <se...@in...> - 2005-09-15 10:26:57
|
While word wrap support comes, is there any trick to emulate it ? |
From: Bob D. <bd...@si...> - 2005-09-14 13:10:19
|
Not yet... Soon... On Tue, 2005-09-13 at 16:12 -0300, Everton Luis Berz wrote: > Does rlib support word wrap? > So, how can I use word wrap in rlib fields? > |
From: Everton L. B. <ev...@fa...> - 2005-09-13 19:12:24
|
Does rlib support word wrap? So, how can I use word wrap in rlib fields? --=20 Everton Lu=EDs Berz N=FAcleo de Sistemas Administrativos FACCAT - Faculdades de Taquara +55 51 541 6600 - R.647 |
From: Denis K. <ko...@re...> - 2005-09-10 18:54:16
|
Thank you, somehow xml.pl is not in sourceforge.net distribution. The tool looks nice and small, yet powerful. Basic functionality looks ok, but I got a couple of questions: I couldn't break on v.* variable. If I break on v.day it prints first record for the next day first and only then handles <breakfooter> section. Is it how it suppose to run? I've had to break on expression to make it work properly ... 2004-09-10 23h 4708 887 2004-09-11 00h 3544 230 2004-09-11 38170 6494 2004-09-11 01h 6312 812 ... Example is attached. Also, I couldn't declare a var that refers to other DATE v.* vars. Reference to STR v.* vars seems working. <Variables> <Variable name="tm" value="stodtsql(time)" type="expression"/> <Variable name="week" value="format(v.tm, '!@%V')" type="expression"/> <Variable name="day" value="format(v.tm, '!@%Y-%m-%d')" type="expression"/> Each line it was complaining: Format type does not match variable type in 'format' functionFormat type does not match variable type in 'format' functionrlib_process_variables EXPECTED TYPE NUMBER OR STRING FOR RLIB_REPORT_VARIABLE_EXPRESSION I've had to do <Variables> <Variable name="week" value="format(stodtsql(time), '!@%V')" type="expression"/> <Variable name="day" value="format(stodtsql(time), '!@%Y-%m-%d')" type="expression"/> No big deal, but unpleasant My intentions with RLIB are quite obvious, reports, reports, ... some other reports. Bob Doan wrote: > Hi, > > On Fri, 2005-09-09 at 19:55 -0400, Denis Kokarev wrote: > >>Does RLIB support input data in XML format rather than reading directly >>from DB? > > > Yes > > >>Do you have a sample how can I do in in Perl or C? > > > rlib/src/examples/perl/xml.pm > > >>This feature >>would be helpful for us. > > > Out of curiosity what might AT&T be doing with RLIB? > > Cheers, > > - Bob > |
From: Bob D. <bd...@si...> - 2005-09-10 01:25:02
|
Hi, On Fri, 2005-09-09 at 19:55 -0400, Denis Kokarev wrote: > Does RLIB support input data in XML format rather than reading directly > from DB? Yes > Do you have a sample how can I do in in Perl or C? rlib/src/examples/perl/xml.pm > This feature > would be helpful for us. Out of curiosity what might AT&T be doing with RLIB? Cheers, - Bob |
From: Denis K. <ko...@re...> - 2005-09-09 23:52:44
|
Does RLIB support input data in XML format rather than reading directly from DB? Do you have a sample how can I do in in Perl or C? This feature would be helpful for us. |
From: Bob D. <bd...@si...> - 2005-09-04 13:26:51
|
Hi, PDF Can't don't Utf8 But It can do Unicode. The problem is RPDF does not support font loading (Which you probably need) Or you could look though available PDF Fonts Adobe provides (Not Many) and see if one will do the trick. The next problem is then getting RLIB to be able to use Non Courier Fonts (Harder...) - Bob On Sat, 2005-09-03 at 00:52 +0430, mola pahnadayan wrote: > Hi all ;-) > I want to UTF-8 on pdf that create R-lib . in HTML not have problem ( > charachter encoding -> UTF-8 ) > But in PDF how can i use UTF-8 ? > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users -- Bob Doan <bd...@si...> |
From: mola p. <mol...@ai...> - 2005-09-04 07:51:10
|
Hi all ;-) I want to UTF-8 on pdf that create R-lib . in HTML not have problem ( charachter encoding -> UTF-8 ) But in PDF how can i use UTF-8 ? |
From: Everton L. B. <ev...@fa...> - 2005-09-01 13:41:29
|
Hi, Bob Doan escreveu: > Hi, > > > On Wed, 2005-08-31 at 10:27 -0300, Everton Luis Berz wrote: > >>Why the difference between >> <BreakFields> >> <BreakField value="turma_codigo"/> >> <BreakField value="ies_codigo"/> >> <BreakField value="reconhecido"/> >> <BreakField value="turno_turno"/> >> </BreakFields> > > > This feature should be considered deprecated. I Did this before RLIB > 1.0 because at that time RLIB could not do expressions. > > >>and >> <BreakFields> >> <BreakField value="turma_codigo + ies_codigo + reconhecido + >>turno_turno"/> >> </BreakFields> >>? >>I tested and the output was different. >> > > > This is the correct way to do it > > Which way works correctly for you? The second way (expressions). > > - Bob > > Thanks, Everton |
From: Bob D. <bd...@si...> - 2005-09-01 13:35:08
|
Hi, On Wed, 2005-08-31 at 10:27 -0300, Everton Luis Berz wrote: > Why the difference between > <BreakFields> > <BreakField value="turma_codigo"/> > <BreakField value="ies_codigo"/> > <BreakField value="reconhecido"/> > <BreakField value="turno_turno"/> > </BreakFields> This feature should be considered deprecated. I Did this before RLIB 1.0 because at that time RLIB could not do expressions. > > and > <BreakFields> > <BreakField value="turma_codigo + ies_codigo + reconhecido + > turno_turno"/> > </BreakFields> > ? > I tested and the output was different. > This is the correct way to do it Which way works correctly for you? - Bob |
From: Everton L. B. <ev...@fa...> - 2005-08-31 13:27:39
|
Why the difference between <BreakFields> <BreakField value=3D"turma_codigo"/> <BreakField value=3D"ies_codigo"/> <BreakField value=3D"reconhecido"/> <BreakField value=3D"turno_turno"/> </BreakFields> and <BreakFields> <BreakField value=3D"turma_codigo + ies_codigo + reconhecido +=20 turno_turno"/> </BreakFields> ? I tested and the output was different. --=20 Everton Lu=EDs Berz |
From: Everton L. B. <ev...@fa...> - 2005-08-31 13:09:16
|
Works fine --=20 Everton Lu=EDs Berz Bob Doan escreveu: > http://www.sicom.com/~bdoan/rlib-1.3.5.tar.gz fixes this problem >=20 > Let me know >=20 > - Bob >=20 > On Fri, 2005-08-19 at 16:12 -0300, Everton Luis Berz wrote: >=20 >>Hi, >>postgres records are not working right with breaks. Rlib >>is not fetching records right. >> >>I'm sharing a example with local_array and >>postgres. Please download at=20 >>http://nsa.faccat.br/~everton/tmp/rlib_breaks.tgz >>and see the difference. >>Note both scripts using the same XML and data. >> >>I'm using the latest rlib (1.3.5), php5.0.4 and postgres8.0.3. >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Pract= ices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing &= QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5= sf > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users >=20 |
From: Bob D. <bd...@si...> - 2005-08-30 14:41:23
|
Don't take the val or fxpval of a string - Bob On Mon, 2005-08-29 at 12:12 -0400, peilicui wrote: > Hi > > I got this eror msg when I run report. > ----------------------------------------------- > RLIB: Numerical overflow in str_to_long_long conversion [SO. PACIFIC] > -------------------------------------------------- > any suggeation? I appreciate. > > peili cui > > > |
From: Bob D. <bd...@si...> - 2005-08-30 14:40:51
|
http://www.sicom.com/~bdoan/rlib-1.3.5.tar.gz fixes this problem Let me know - Bob On Fri, 2005-08-19 at 16:12 -0300, Everton Luis Berz wrote: > Hi, > postgres records are not working right with breaks. Rlib > is not fetching records right. > > I'm sharing a example with local_array and > postgres. Please download at > http://nsa.faccat.br/~everton/tmp/rlib_breaks.tgz > and see the difference. > Note both scripts using the same XML and data. > > I'm using the latest rlib (1.3.5), php5.0.4 and postgres8.0.3. |