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: Derek G. <dgi...@ge...> - 2005-04-28 19:50:47
|
From the main directory. -----Original Message----- From: Bob Doan [mailto:bd...@si...] Sent: Thursday, April 28, 2005 2:22 PM To: Derek Giromini Cc: RLIB USERS Subject: RE: [Rlib-users] Numerical overflow instr_to_long_long conversion Where are you doing the make install from? On Thu, 2005-04-28 at 14:15 -0500, Derek Giromini wrote: > We can't use 1.3.3 at the moment, but I've addressed this in another = thread. >=20 > I started from scratch -- created a new directory. I changed pcode.c. = When I make in /libsrc, it acknowledges that pcode.c has changed, = creates the pcode.o file, then rebuilds the library. From there, I = rebuild the php library in /bindings. Nevertheless, it's as though = nothing has changed in pcode.c. Is there something subtle in the = Makefiles for /libsrc that overwrite changes to code in that directory? = I've changed odbc.c in /inputs and never had this problem. >=20 > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Thursday, April 28, 2005 1:27 PM > To: Derek Giromini > Cc: RLIB USERS > Subject: RE: [Rlib-users] Numerical overflow instr_to_long_long > conversion >=20 >=20 > Just download this http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz >=20 > It includes everything plus ODBC Fixes >=20 > - bob >=20 >=20 >=20 > On Thu, 2005-04-28 at 12:56 -0500, Derek Giromini wrote: > > Bob-- > >=20 > > This may seem like a dumb user issue, but we've changed the message, = and > > completely rebuilt RLIB twice, and the message is the same as = before. Is > > there something glaringly obvious that we're missing? > >=20 > > Apache has been restarted since then. > >=20 > > Do we need to recompile PHP? > >=20 > > --Derek > >=20 > > -----Original Message----- > > From: Bob Doan [mailto:bd...@si...] > > Sent: Wednesday, April 20, 2005 2:45 PM > > To: Al Arzaga > > Cc: RLIB USERS > > Subject: Re: [Rlib-users] Numerical overflow instr_to_long_long > > conversion > >=20 > >=20 > > Al, > >=20 > > This is kinda odd. =20 > >=20 > > Can you do me a favor so I can see what number is actually causing = this? > >=20 > > in rlib/libsrc/pcode.c > >=20 > > around line 216 is: > >=20 > > rlogit("Numerical overflow in str_to_long_long conversion"); > >=20 > > can you change it to: > >=20 > > rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", = str); > >=20 > > and make, as root make install, best to restart apache > >=20 > > and run the report again and let me know the number causing this. > >=20 > > thanks! > >=20 > > - bob > >=20 > > On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > > > I get this error when creating a report to a pdf file. > > >=20 > > > Any insights? > > >=20 > > >=20 > > > -Al > > >=20 > > >=20 > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: New Crystal Reports XI. > > > Version 11 adds new functionality designed to reduce time involved = in > > > creating, integrating, and deploying reporting solutions. Free = runtime > > info, > > > new features, or free trial, at: > > http://www.businessobjects.com/devxi/728 > > > _______________________________________________ > > > Rlib-users mailing list > > > Rli...@li... > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: New Crystal Reports XI. > > Version 11 adds new functionality designed to reduce time involved = in > > creating, integrating, and deploying reporting solutions. Free = runtime > > info, > > new features, or free trial, at: > > http://www.businessobjects.com/devxi/728 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > >=20 > >=20 > > ------------------------------------------------------- > > SF.Net email is sponsored by: Tell us your software development = plans! > > Take this survey and enter to win a one-year sub to SourceForge.net > > Plus IDC's 2005 look-ahead and a copy of this survey > > Click here to start! = http://www.idcswdc.com/cgi-bin/survey?id=105hix > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2005-04-28 19:21:48
|
Where are you doing the make install from? On Thu, 2005-04-28 at 14:15 -0500, Derek Giromini wrote: > We can't use 1.3.3 at the moment, but I've addressed this in another thread. > > I started from scratch -- created a new directory. I changed pcode.c. When I make in /libsrc, it acknowledges that pcode.c has changed, creates the pcode.o file, then rebuilds the library. From there, I rebuild the php library in /bindings. Nevertheless, it's as though nothing has changed in pcode.c. Is there something subtle in the Makefiles for /libsrc that overwrite changes to code in that directory? I've changed odbc.c in /inputs and never had this problem. > > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Thursday, April 28, 2005 1:27 PM > To: Derek Giromini > Cc: RLIB USERS > Subject: RE: [Rlib-users] Numerical overflow instr_to_long_long > conversion > > > Just download this http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz > > It includes everything plus ODBC Fixes > > - bob > > > > On Thu, 2005-04-28 at 12:56 -0500, Derek Giromini wrote: > > Bob-- > > > > This may seem like a dumb user issue, but we've changed the message, and > > completely rebuilt RLIB twice, and the message is the same as before. Is > > there something glaringly obvious that we're missing? > > > > Apache has been restarted since then. > > > > Do we need to recompile PHP? > > > > --Derek > > > > -----Original Message----- > > From: Bob Doan [mailto:bd...@si...] > > Sent: Wednesday, April 20, 2005 2:45 PM > > To: Al Arzaga > > Cc: RLIB USERS > > Subject: Re: [Rlib-users] Numerical overflow instr_to_long_long > > conversion > > > > > > Al, > > > > This is kinda odd. > > > > Can you do me a favor so I can see what number is actually causing this? > > > > in rlib/libsrc/pcode.c > > > > around line 216 is: > > > > rlogit("Numerical overflow in str_to_long_long conversion"); > > > > can you change it to: > > > > rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", str); > > > > and make, as root make install, best to restart apache > > > > and run the report again and let me know the number causing this. > > > > thanks! > > > > - bob > > > > On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > > > I get this error when creating a report to a pdf file. > > > > > > Any insights? > > > > > > > > > -Al > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: New Crystal Reports XI. > > > Version 11 adds new functionality designed to reduce time involved in > > > creating, integrating, and deploying reporting solutions. Free runtime > > info, > > > new features, or free trial, at: > > http://www.businessobjects.com/devxi/728 > > > _______________________________________________ > > > Rlib-users mailing list > > > Rli...@li... > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: New Crystal Reports XI. > > Version 11 adds new functionality designed to reduce time involved in > > creating, integrating, and deploying reporting solutions. Free runtime > > info, > > new features, or free trial, at: > > http://www.businessobjects.com/devxi/728 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Tell us your software development plans! > > Take this survey and enter to win a one-year sub to SourceForge.net > > Plus IDC's 2005 look-ahead and a copy of this survey > > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id5hix > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id5hix > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Derek G. <dgi...@ge...> - 2005-04-28 19:15:18
|
We can't use 1.3.3 at the moment, but I've addressed this in another = thread. I started from scratch -- created a new directory. I changed pcode.c. = When I make in /libsrc, it acknowledges that pcode.c has changed, = creates the pcode.o file, then rebuilds the library. From there, I = rebuild the php library in /bindings. Nevertheless, it's as though = nothing has changed in pcode.c. Is there something subtle in the = Makefiles for /libsrc that overwrite changes to code in that directory? = I've changed odbc.c in /inputs and never had this problem. -----Original Message----- From: Bob Doan [mailto:bd...@si...] Sent: Thursday, April 28, 2005 1:27 PM To: Derek Giromini Cc: RLIB USERS Subject: RE: [Rlib-users] Numerical overflow instr_to_long_long conversion Just download this http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz It includes everything plus ODBC Fixes - bob On Thu, 2005-04-28 at 12:56 -0500, Derek Giromini wrote: > Bob-- >=20 > This may seem like a dumb user issue, but we've changed the message, = and > completely rebuilt RLIB twice, and the message is the same as before. = Is > there something glaringly obvious that we're missing? >=20 > Apache has been restarted since then. >=20 > Do we need to recompile PHP? >=20 > --Derek >=20 > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Wednesday, April 20, 2005 2:45 PM > To: Al Arzaga > Cc: RLIB USERS > Subject: Re: [Rlib-users] Numerical overflow instr_to_long_long > conversion >=20 >=20 > Al, >=20 > This is kinda odd. =20 >=20 > Can you do me a favor so I can see what number is actually causing = this? >=20 > in rlib/libsrc/pcode.c >=20 > around line 216 is: >=20 > rlogit("Numerical overflow in str_to_long_long conversion"); >=20 > can you change it to: >=20 > rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", = str); >=20 > and make, as root make install, best to restart apache >=20 > and run the report again and let me know the number causing this. >=20 > thanks! >=20 > - bob >=20 > On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > > I get this error when creating a report to a pdf file. > >=20 > > Any insights? > >=20 > >=20 > > -Al > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: New Crystal Reports XI. > > Version 11 adds new functionality designed to reduce time involved = in > > creating, integrating, and deploying reporting solutions. Free = runtime > info, > > new features, or free trial, at: > http://www.businessobjects.com/devxi/728 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime > info, > new features, or free trial, at: > http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2005-04-28 18:26:57
|
Just download this http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz It includes everything plus ODBC Fixes - bob On Thu, 2005-04-28 at 12:56 -0500, Derek Giromini wrote: > Bob-- > > This may seem like a dumb user issue, but we've changed the message, and > completely rebuilt RLIB twice, and the message is the same as before. Is > there something glaringly obvious that we're missing? > > Apache has been restarted since then. > > Do we need to recompile PHP? > > --Derek > > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Wednesday, April 20, 2005 2:45 PM > To: Al Arzaga > Cc: RLIB USERS > Subject: Re: [Rlib-users] Numerical overflow instr_to_long_long > conversion > > > Al, > > This is kinda odd. > > Can you do me a favor so I can see what number is actually causing this? > > in rlib/libsrc/pcode.c > > around line 216 is: > > rlogit("Numerical overflow in str_to_long_long conversion"); > > can you change it to: > > rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", str); > > and make, as root make install, best to restart apache > > and run the report again and let me know the number causing this. > > thanks! > > - bob > > On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > > I get this error when creating a report to a pdf file. > > > > Any insights? > > > > > > -Al > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: New Crystal Reports XI. > > Version 11 adds new functionality designed to reduce time involved in > > creating, integrating, and deploying reporting solutions. Free runtime > info, > > new features, or free trial, at: > http://www.businessobjects.com/devxi/728 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime > info, > new features, or free trial, at: > http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id5hix > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Derek G. <dgi...@ge...> - 2005-04-28 17:56:25
|
Bob-- This may seem like a dumb user issue, but we've changed the message, and completely rebuilt RLIB twice, and the message is the same as before. Is there something glaringly obvious that we're missing? Apache has been restarted since then. Do we need to recompile PHP? --Derek -----Original Message----- From: Bob Doan [mailto:bd...@si...] Sent: Wednesday, April 20, 2005 2:45 PM To: Al Arzaga Cc: RLIB USERS Subject: Re: [Rlib-users] Numerical overflow instr_to_long_long conversion Al, This is kinda odd. =20 Can you do me a favor so I can see what number is actually causing this? in rlib/libsrc/pcode.c around line 216 is: rlogit("Numerical overflow in str_to_long_long conversion"); can you change it to: rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", str); and make, as root make install, best to restart apache and run the report again and let me know the number causing this. thanks! - bob On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > I get this error when creating a report to a pdf file. >=20 > Any insights? >=20 >=20 > -Al >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2005-04-27 13:26:14
|
On Wed, 2005-04-27 at 15:02 +0530, Pramathesh Ambasta wrote: > Is it possible to generate non-columnar reports (like mailing labels) > using rlib? if so, what would the xml look like? I am sorry if this has > been asked before but I looked around in the list archives and could not > find something. > Thanks in advance > Pramathesh Yes it is. You need to get creative in your Field Details. Carol Fouse put this together a little while ago. The trick is using the HorizontalLine with a size of XXX in order to create the correct white space between rows <FieldDetails> <Output> <Line> <literal width="100" col="1"> </literal> </Line> <HorizontalLine size="20" bgcolor="'White'"/> <Line> <field value="name1" width="44" align="left" col="1"/> <field value="name2" width="44" align="left" col="1"/> </Line> <Line> <field value="line21" width="44" align="left" col="1"/> <field value="line22" width="44" align="left" col="1"/> </Line> <Line> <field value="line31" width="44" align="left" col="1"/> <field value="line32" width="44" align="left" col="1"/> </Line> <Line> <field value="line41" width="44" align="left" col="1"/> <field value="line42" width="44" align="left" col="1"/> </Line> <Line> <field value="line51" width="44" align="left" col="1"/> <field value="line52" width="44" align="left" col="1"/> </Line> <HorizontalLine size="10" bgcolor="'White'"/> </Output> </FieldDetails> |
From: Pramathesh A. <pra...@re...> - 2005-04-27 09:14:43
|
Is it possible to generate non-columnar reports (like mailing labels) using rlib? if so, what would the xml look like? I am sorry if this has been asked before but I looked around in the list archives and could not find something. Thanks in advance Pramathesh |
From: Shannon W. <we...@ro...> - 2005-04-25 17:13:44
|
Bob Doan wrote: >>How hard would it be to be to make this optional? I can take a look at >>doing it if you want to suggest a plan of attack. > > > The Easy Part: > > I would do it w/ an output parameter, similar to "trim_links" and > "meta". Everything you need is in html.c > > Basically you want to IF around the head tags and stuff. > > Yep, this part I imagined and could probably pull off fairly easily. > > The Hard(er) parts: > rlib_spool in PHP basically it's a call to php_write. This probably > won't due in your case depending on how PHP (and possibly your > implementation of PHP) cache output. So you will have to make bindings > for: > > rlib_get_output_length > rlib_get_output > This isn't a problem, I'm already using the built in output buffering functions to capture it, like this: ob_start(); rlib_spool($rlib); $rData = ob_get_contents(); ob_end_clean(); Which works fine. > > RLIB relies on some style stuff in the HEAD tag. This could be a > problem, in which case you probably want to SPLIT the output into the > HEAD and the BODY. If this is really what you want to do then there is > going to be a little more work. I'm not sure where else you can put > <style> tags off the top of my head. If you can put them in the body we > are good to go and we don't need to SPLIT output. > This is the larger problem. The HTML standard doesn't support putting the STYLE tag anywhere but in the HEAD. You can however use a linked style sheet or do it inline. The inline may work but rlib would have to support that at various places in the code. The linked style sheet may also work -- if rlib could return a string to php that had the style sheet, it could be written out to a place readable by the web server. Not all that clean, though. I think splitting the output sections into HEAD and BODY in rlib is the cleanest long term solution. Or better yet, some sort of template system. Unfortunately it's probably too much work for my time frame (any volunteers? :) I'll have to think about it and see if I can find a way around it for now. Thanks, Shannon |
From: Bob D. <bd...@si...> - 2005-04-25 16:58:10
|
> How hard would it be to be to make this optional? I can take a look at > doing it if you want to suggest a plan of attack. The Easy Part: I would do it w/ an output parameter, similar to "trim_links" and "meta". Everything you need is in html.c Basically you want to IF around the head tags and stuff. The Hard(er) parts: rlib_spool in PHP basically it's a call to php_write. This probably won't due in your case depending on how PHP (and possibly your implementation of PHP) cache output. So you will have to make bindings for: rlib_get_output_length rlib_get_output RLIB relies on some style stuff in the HEAD tag. This could be a problem, in which case you probably want to SPLIT the output into the HEAD and the BODY. If this is really what you want to do then there is going to be a little more work. I'm not sure where else you can put <style> tags off the top of my head. If you can put them in the body we are good to go and we don't need to SPLIT output. - bob |
From: Shannon W. <we...@ro...> - 2005-04-25 16:16:42
|
Hey, I'd like to take the HTML output from a report and embed it inside of an already existing (dynamic) web page. This is a problem currently because (AFAICT via rlib_html_start_report()) it always outputs HEAD, STYLE and BODY tags before the report - which of course already exist so the pages are getting a bit warped. How hard would it be to be to make this optional? I can take a look at doing it if you want to suggest a plan of attack. Thanks, Shannon |
From: Bob D. <bd...@si...> - 2005-04-25 13:29:29
|
I put a new rlib up on my site which fixes this! - bob On Mon, 2005-04-25 at 13:00 +0530, Pramathesh Ambasta wrote: > >On 4/25/05, rli...@li...=20 > >Bob Doan <bd...@si...> > > To: RLIB USERS <rli...@li...> > > Date: Sun, 24 Apr 2005 17:48:06 -0400 > > Subject: [Rlib-users] RLIB 1.3.3 Preview Release > >=20 > > All, > >=20 > > If you have a moment could you try RLIB 1.3.3 before I do an official > > release. > >=20 > > http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz > >=20 > > This release includes: > >=20 > > * WIN32 Port > > * 64 Bit Port > > * Much better graphing support > > * XML datasource > > * RPDF Fixes > > * Utf8 works again > > * "Delayed" expressions so we can have total pages > > * ODBC Input Datasource Fixed > > * Speed Improvements in the Engine (on my machine it can make a 10,00= 0 > > page PDF report in just a few seconds). This includes formulas and > > breaking. > >=20 > > Tons of other little things > >=20 > > Let me know what you think! > >=20 > > Cheers > >=20 > > - bob > >=20 > > -- > > Bob Doan <bd...@si...> > >=20 > I downloaded and tried to make the package but make failed. It seems > there's a header missing (rlib_langinfo.h) > Regards > Pramathesh >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=C3=8Ck > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Pramathesh A. <pra...@gm...> - 2005-04-25 07:30:27
|
>On 4/25/05, rli...@li...=20 >Bob Doan <bd...@si...> > To: RLIB USERS <rli...@li...> > Date: Sun, 24 Apr 2005 17:48:06 -0400 > Subject: [Rlib-users] RLIB 1.3.3 Preview Release >=20 > All, >=20 > If you have a moment could you try RLIB 1.3.3 before I do an official > release. >=20 > http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz >=20 > This release includes: >=20 > * WIN32 Port > * 64 Bit Port > * Much better graphing support > * XML datasource > * RPDF Fixes > * Utf8 works again > * "Delayed" expressions so we can have total pages > * ODBC Input Datasource Fixed > * Speed Improvements in the Engine (on my machine it can make a 10,000 > page PDF report in just a few seconds). This includes formulas and > breaking. >=20 > Tons of other little things >=20 > Let me know what you think! >=20 > Cheers >=20 > - bob >=20 > -- > Bob Doan <bd...@si...> >=20 I downloaded and tried to make the package but make failed. It seems there's a header missing (rlib_langinfo.h) Regards Pramathesh |
From: Bob D. <bd...@si...> - 2005-04-24 21:48:15
|
All, If you have a moment could you try RLIB 1.3.3 before I do an official release. http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz This release includes: * WIN32 Port * 64 Bit Port * Much better graphing support * XML datasource * RPDF Fixes * Utf8 works again * "Delayed" expressions so we can have total pages * ODBC Input Datasource Fixed * Speed Improvements in the Engine (on my machine it can make a 10,000 page PDF report in just a few seconds). This includes formulas and breaking. Tons of other little things Let me know what you think! Cheers - bob -- Bob Doan <bd...@si...> |
From: Bob D. <bd...@si...> - 2005-04-22 19:20:33
|
Perhaps re autogen?? - bob On Fri, 2005-04-22 at 14:52 -0400, Shannon Weyrick wrote: > Hey Bob, > > I'm getting this error in the current CVS version: > > make[2]: Entering directory `/home/weyrick/src/rlib/libsrc' > make[2]: *** No rule to make target `containers.c', needed by > `containers.lo'. Stop. > > I noticed in the last update it removed that file from the repository. > Is there something I should clean, or is there a makefile problem? > > Shannon > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Shannon W. <we...@ro...> - 2005-04-22 18:53:02
|
Hey Bob, I'm getting this error in the current CVS version: make[2]: Entering directory `/home/weyrick/src/rlib/libsrc' make[2]: *** No rule to make target `containers.c', needed by `containers.lo'. Stop. I noticed in the last update it removed that file from the repository. Is there something I should clean, or is there a makefile problem? Shannon |
From: Bob D. <bd...@si...> - 2005-04-20 19:45:32
|
Al, This is kinda odd. Can you do me a favor so I can see what number is actually causing this? in rlib/libsrc/pcode.c around line 216 is: rlogit("Numerical overflow in str_to_long_long conversion"); can you change it to: rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", str); and make, as root make install, best to restart apache and run the report again and let me know the number causing this. thanks! - bob On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > I get this error when creating a report to a pdf file. > > Any insights? > > > -Al > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Al A. <aa...@ge...> - 2005-04-20 18:37:48
|
I get this error when creating a report to a pdf file. Any insights? -Al |
From: Derek G. <dgi...@ge...> - 2005-04-20 17:26:26
|
Bob-- r.totpages appears to be absent from 1.3.2. I get BAD_OPERAND. I can wait for the next version. Thanks. --Derek -----Original Message----- From: Bob Doan [mailto:bd...@si...] Sent: Wednesday, April 20, 2005 12:13 PM To: Derek Giromini Cc: 'rli...@li...' Subject: Re: [Rlib-users] Are total number of pages available? I **think** I added r.totpages in RLIB 1.3.2 (if not it is in the soon to be released 1.3.3) You can do something like this: <literal>Page: </literal> <field value="r.pageno" width="3" align="right"/> <literal>/</literal> <field delayed="yes" value="r.totpages" width="4" align="right"/> NOTE the delayed="yes". That is important. - bob On Wed, 2005-04-20 at 12:07 -0500, Derek Giromini wrote: > Rlib Gurus-- > > r.pageno gives me the current page number, but I can't find any > corresponding value for the total number of pages. I require this value if > I am to populate my page footers with "Page X of N" where "X" is r.pageno > and "N" is the total number of pages. Does this value exist? > > Cheers, > -- > Derek Giromini > Gelber Group, L.L.C. > off: +1.312.692.2843 > pag: +1.312.689.0378 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Mike R. <mr...@si...> - 2005-04-20 17:20:42
|
Al: Make sure that you are "val" -ing the number (either val or fxpval) in the field as in: <field value="fxpval(var,2)" format="'%$.02d'" ... /> Best Regards, Mike On Wed, 2005-04-20 at 11:31 -0500, Al Arzaga wrote: > Mike, > > It doesn't seem to work... I see no errors. > > I'm using rlib-1.3.2 > > > -----Original Message----- > From: Mike Roth [mailto:mr...@si...] > Sent: Wednesday, April 20, 2005 11:04 AM > To: Al Arzaga > Cc: RLIB USERS > Subject: Re: [Rlib-users] commas in format string > > > Hi Al: > > To format with commas use the $ (dollar sign) within the % format: > > format="'%$.02d'" > > This should turn 12345.67 to 12,345.67 > > Best Regards, > > Mike > > > On Wed, 2005-04-20 at 10:52 -0500, Al Arzaga wrote: > > Is there a way to represent large numbers with commas in every three > digits? > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: New Crystal Reports XI. > > Version 11 adds new functionality designed to reduce time involved in > > creating, integrating, and deploying reporting solutions. Free runtime > info, > > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2005-04-20 17:12:46
|
I **think** I added r.totpages in RLIB 1.3.2 (if not it is in the soon to be released 1.3.3) You can do something like this: <literal>Page: </literal> <field value="r.pageno" width="3" align="right"/> <literal>/</literal> <field delayed="yes" value="r.totpages" width="4" align="right"/> NOTE the delayed="yes". That is important. - bob On Wed, 2005-04-20 at 12:07 -0500, Derek Giromini wrote: > Rlib Gurus-- > > r.pageno gives me the current page number, but I can't find any > corresponding value for the total number of pages. I require this value if > I am to populate my page footers with "Page X of N" where "X" is r.pageno > and "N" is the total number of pages. Does this value exist? > > Cheers, > -- > Derek Giromini > Gelber Group, L.L.C. > off: +1.312.692.2843 > pag: +1.312.689.0378 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Derek G. <dgi...@ge...> - 2005-04-20 17:07:24
|
Rlib Gurus-- r.pageno gives me the current page number, but I can't find any corresponding value for the total number of pages. I require this value if I am to populate my page footers with "Page X of N" where "X" is r.pageno and "N" is the total number of pages. Does this value exist? Cheers, -- Derek Giromini Gelber Group, L.L.C. off: +1.312.692.2843 pag: +1.312.689.0378 |
From: Al A. <aa...@ge...> - 2005-04-20 16:31:35
|
Mike, It doesn't seem to work... I see no errors. I'm using rlib-1.3.2 -----Original Message----- From: Mike Roth [mailto:mr...@si...] Sent: Wednesday, April 20, 2005 11:04 AM To: Al Arzaga Cc: RLIB USERS Subject: Re: [Rlib-users] commas in format string Hi Al: To format with commas use the $ (dollar sign) within the % format: format="'%$.02d'" This should turn 12345.67 to 12,345.67 Best Regards, Mike On Wed, 2005-04-20 at 10:52 -0500, Al Arzaga wrote: > Is there a way to represent large numbers with commas in every three digits? > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2005-04-20 16:24:27
|
Al, Do you have an alternative email address I can email you at. I keep getting messages bounced from mail.gelbergroup.com > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 It's also kinda funny there is a Crystal Reports advertisement on the RLIB list ;) - bob |
From: Mike R. <mr...@si...> - 2005-04-20 16:04:13
|
Hi Al: To format with commas use the $ (dollar sign) within the % format: format="'%$.02d'" This should turn 12345.67 to 12,345.67 Best Regards, Mike On Wed, 2005-04-20 at 10:52 -0500, Al Arzaga wrote: > Is there a way to represent large numbers with commas in every three digits? > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Al A. <aa...@ge...> - 2005-04-20 15:52:05
|
Is there a way to represent large numbers with commas in every three digits? |