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...> - 2006-10-23 18:18:41
|
<Line suppress="(iif(cond, true, false))"> - Bob On Mon, 2006-10-23 at 12:09 -0600, Evan Gates wrote: > After looking through a few examples and the documentation, I didn't > see anything about being able to hide lines based on a conditional. > Is there anyway to do something like this? > > <Line display="iff(cond, true, false)"> ? > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users -- |
From: Bob D. <bd...@si...> - 2006-10-23 18:18:12
|
You have to use < for less then in order to make XML valid... Which kinda sucks but that is XML - Bob On Mon, 2006-10-23 at 12:02 -0600, Evan Gates wrote: > It looks like the XML parser is erroring out when the less than sign > is used within an iff() statement. > > I'm doing the line: > <field value="v.DEPT_YEAR1" color="iff(v.DEPT_YEAR1 < 0, 'Red', > 'Black')" align="left" /> > > The errors I'm getting are: > /srv/www/_portal_xml_templates/mult_year_spdtype_FOPPS_layout.xml:51: > parser error : Unescaped '<' not allowed in attributes values > <field value="v.DEPT_YEAR1" > color="iff(v.DEPT_YEAR1 < 0, 'Red', ' > > ^ > /srv/www/_portal_xml_templates/mult_year_spdtype_FOPPS_layout.xml:51: > parser error : attributes construct error > <field value="v.DEPT_YEAR1" > color="iff(v.DEPT_YEAR1 < 0, 'Red', ' > > ^ > /srv/www/_portal_xml_templates/mult_year_spdtype_FOPPS_layout.xml:51: > parser error : error parsing attribute name > <field value="v.DEPT_YEAR1" > color="iff(v.DEPT_YEAR1 < 0, 'Red', ' > > ^ > /srv/www/_portal_xml_templates/mult_year_spdtype_FOPPS_layout.xml:51: > parser error : attributes construct error > <field value="v.DEPT_YEAR1" > color="iff(v.DEPT_YEAR1 < 0, 'Red', ' > > As usual, thank you for your product and quick responses. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users -- |
From: Evan G. <ve...@gm...> - 2006-10-23 18:09:48
|
After looking through a few examples and the documentation, I didn't see anything about being able to hide lines based on a conditional. Is there anyway to do something like this? <Line display="iff(cond, true, false)"> ? |
From: Evan G. <ve...@gm...> - 2006-10-23 18:02:15
|
It looks like the XML parser is erroring out when the less than sign is used within an iff() statement. I'm doing the line: <field value="v.DEPT_YEAR1" color="iff(v.DEPT_YEAR1 < 0, 'Red', 'Black')" align="left" /> The errors I'm getting are: /srv/www/_portal_xml_templates/mult_year_spdtype_FOPPS_layout.xml:51: parser error : Unescaped '<' not allowed in attributes values <field value="v.DEPT_YEAR1" color="iff(v.DEPT_YEAR1 < 0, 'Red', ' ^ /srv/www/_portal_xml_templates/mult_year_spdtype_FOPPS_layout.xml:51: parser error : attributes construct error <field value="v.DEPT_YEAR1" color="iff(v.DEPT_YEAR1 < 0, 'Red', ' ^ /srv/www/_portal_xml_templates/mult_year_spdtype_FOPPS_layout.xml:51: parser error : error parsing attribute name <field value="v.DEPT_YEAR1" color="iff(v.DEPT_YEAR1 < 0, 'Red', ' ^ /srv/www/_portal_xml_templates/mult_year_spdtype_FOPPS_layout.xml:51: parser error : attributes construct error <field value="v.DEPT_YEAR1" color="iff(v.DEPT_YEAR1 < 0, 'Red', ' As usual, thank you for your product and quick responses. |
From: Julija M. <mo...@he...> - 2006-10-22 15:49:31
|
Hi, VluAGRA for LESS http://www.madesuntionkadejinsa.com =20 since it was of no help to me. Walked briskly past him and pushed open All operating expenses are on top of that. Pay up or else. |
From: Bob D. <bd...@si...> - 2006-10-10 14:59:43
|
Hi, use a break.. Something like this should work: <Breaks> <Break name="xxx" newpage="yes" headernewpage="yes"> <BreakFields> <BreakField value="iif(r.detailcnt%44==0,1, 0)"/> </BreakFields> </Break> </Breaks> On Mon, 2006-10-09 at 14:26 -0600, Edgar Picado wrote: > Hi, > > I have to print in a form that is 44 lines long then a page break. > Letter form lenght is 66 lines. > How can i configure rlib to print 44 lines and make a page break ??? > > Thanks ! > > > Edgar Picado > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users -- |
From: Edgar P. <pi...@ca...> - 2006-10-09 20:24:26
|
Hi, I have to print in a form that is 44 lines long then a page break. Letter form lenght is 66 lines. How can i configure rlib to print 44 lines and make a page break ??? Thanks ! Edgar Picado |
From: Bob D. <bd...@si...> - 2006-09-22 12:49:08
|
Hi, You could get creative w/ the "html_image_directory" and use a different directory each time. rlib_set_output_parameter($rlib, 'html_image_directory', 'rlib_images/'); That way you could save all the images in the directory... - Bob On Fri, 2006-09-22 at 04:13 -0700, Mythili Somasundaram wrote: > Hi > > Im using PHP API in RLIB. Im able to see the graphs in the browser. I > located the path where the .png files are stored. How to retrive a > particular image which i need to save in and show to some other > places? If i print rlib pointer, im getting resource id, I need name > of the image created. How to achieve this? ALso how Can I save the > report in a file? > > Thanks > Mythili.S > > ______________________________________________________________________ > Get your own web address for just $1.99/1st yr. We'll help. Yahoo! > Small Business. > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users -- |
From: Mythili S. <myt...@ya...> - 2006-09-22 11:13:28
|
Hi Im using PHP API in RLIB. Im able to see the graphs in the browser. I located the path where the .png files are stored. How to retrive a particular image which i need to save in and show to some other places? If i print rlib pointer, im getting resource id, I need name of the image created. How to achieve this? ALso how Can I save the report in a file? Thanks Mythili.S --------------------------------- Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business. |
From: Bob D. <bd...@si...> - 2006-09-21 18:42:24
|
All, I added some documentation stubs to the wiki. Help documenting these sections will be appreciated. Once these are done I'll add more. http://newrlib.sicom.com/index.php?search=TODO&go=Go Thanks again! - Bob -- |
From: Michiel B. <mi...@be...> - 2006-09-18 21:46:39
|
So am I (the beefing up part) Brian Morton wrote: > I am available to help with this. > > -----Original Message----- > From: rli...@li... > [mailto:rli...@li...] On Behalf Of Bob Doan > Sent: Monday, September 18, 2006 3:42 PM > To: Michiel > Cc: RLIB USERS > Subject: Re: [Rlib-users] Time frame for rlib 2.0 > > I can probably work my way through the whole RLIB source and stub out > the documentation. I'll do it if others are willing to beef it up. Any > volunteers? > > - Bob > > On Mon, 2006-09-18 at 19:16 +0200, Michiel wrote: > >> Bob, (and all other Rlib users) >> >> If I can get more extensive examples of all the new features I'm >> > willing > >> to get the docs more complete. >> Or do you have other plans? >> >> Michiel >> >> >> Bob Doan wrote: >> >>> On Thu, 2006-09-14 at 16:01 -0600, Evan Gates wrote: >>> >>> >>>> First off we'd like to thank you for this software, it's the best >>>> we've found (and we've searched a lot) for what we're doing and it >>>> works great. >>>> >>>> >>> Thanks! >>> >>> >>> >>>> >From the list we saw that rlib 2.0 is planned to be released soon. >>>> > Is > >>>> there a time frame on that? Is there a list of features the new >>>> version will have? We're trying to give our IT guys some fair >>>> > warning > >>>> before we have them working on this. >>>> >>>> >>> RLIB 2.0 is really going to be a re-branding of the latest stable >>> release: 1.3.8. >>> >>> At this point the wiki's documentation just needs to get in line w/ >>> > all > >>> of RLIB's features. Thats the only thing holding it back. >>> >>> - Bob >>> >>> >>> >>> > ------------------------------------------------------------------------ > - > >>> Using Tomcat but need to do more? Need to support web services, >>> > security? > >>> Get stuff done quickly with pre-integrated technology to make your >>> > job easier > >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>> > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >>> _______________________________________________ >>> Rlib-users mailing list >>> Rli...@li... >>> https://lists.sourceforge.net/lists/listinfo/rlib-users >>> >>> >>> |
From: Brian M. <bm...@se...> - 2006-09-18 19:48:38
|
I am available to help with this. -----Original Message----- From: rli...@li... [mailto:rli...@li...] On Behalf Of Bob Doan Sent: Monday, September 18, 2006 3:42 PM To: Michiel Cc: RLIB USERS Subject: Re: [Rlib-users] Time frame for rlib 2.0 I can probably work my way through the whole RLIB source and stub out the documentation. I'll do it if others are willing to beef it up. Any volunteers? - Bob On Mon, 2006-09-18 at 19:16 +0200, Michiel wrote: > Bob, (and all other Rlib users) >=20 > If I can get more extensive examples of all the new features I'm willing=20 > to get the docs more complete. > Or do you have other plans? >=20 > Michiel >=20 >=20 > Bob Doan wrote: > > On Thu, 2006-09-14 at 16:01 -0600, Evan Gates wrote: > > =20 > >> First off we'd like to thank you for this software, it's the best > >> we've found (and we've searched a lot) for what we're doing and it > >> works great. > >> =20 > > > > Thanks! > > > > =20 > >> >From the list we saw that rlib 2.0 is planned to be released soon. Is > >> there a time frame on that? Is there a list of features the new > >> version will have? We're trying to give our IT guys some fair warning > >> before we have them working on this. > >> =20 > > > > RLIB 2.0 is really going to be a re-branding of the latest stable > > release: 1.3.8. > > > > At this point the wiki's documentation just needs to get in line w/ all > > of RLIB's features. Thats the only thing holding it back. > > > > - Bob > > > > > > ------------------------------------------------------------------------ - > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > =20 --=20 ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDE V _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2006-09-18 19:42:35
|
I can probably work my way through the whole RLIB source and stub out the documentation. I'll do it if others are willing to beef it up. Any volunteers? - Bob On Mon, 2006-09-18 at 19:16 +0200, Michiel wrote: > Bob, (and all other Rlib users) > > If I can get more extensive examples of all the new features I'm willing > to get the docs more complete. > Or do you have other plans? > > Michiel > > > Bob Doan wrote: > > On Thu, 2006-09-14 at 16:01 -0600, Evan Gates wrote: > > > >> First off we'd like to thank you for this software, it's the best > >> we've found (and we've searched a lot) for what we're doing and it > >> works great. > >> > > > > Thanks! > > > > > >> >From the list we saw that rlib 2.0 is planned to be released soon. Is > >> there a time frame on that? Is there a list of features the new > >> version will have? We're trying to give our IT guys some fair warning > >> before we have them working on this. > >> > > > > RLIB 2.0 is really going to be a re-branding of the latest stable > > release: 1.3.8. > > > > At this point the wiki's documentation just needs to get in line w/ all > > of RLIB's features. Thats the only thing holding it back. > > > > - Bob > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > -- |
From: Bob D. <bd...@si...> - 2006-09-18 16:59:59
|
On Thu, 2006-09-14 at 16:01 -0600, Evan Gates wrote: > First off we'd like to thank you for this software, it's the best > we've found (and we've searched a lot) for what we're doing and it > works great. Thanks! > > >From the list we saw that rlib 2.0 is planned to be released soon. Is > there a time frame on that? Is there a list of features the new > version will have? We're trying to give our IT guys some fair warning > before we have them working on this. RLIB 2.0 is really going to be a re-branding of the latest stable release: 1.3.8. At this point the wiki's documentation just needs to get in line w/ all of RLIB's features. Thats the only thing holding it back. - Bob |
From: Michiel B. <mi...@be...> - 2006-09-18 09:06:35
|
The documentation wiki at http://newrlib.sicom.com/ gives an error.. *Fatal error*: Call to a member function on a non-object in */home/rlib/public_html/includes/ObjectCache.php* on line *409* |
From: Evan G. <ve...@gm...> - 2006-09-14 22:01:09
|
First off we'd like to thank you for this software, it's the best we've found (and we've searched a lot) for what we're doing and it works great. >From the list we saw that rlib 2.0 is planned to be released soon. Is there a time frame on that? Is there a list of features the new version will have? We're trying to give our IT guys some fair warning before we have them working on this. Thank you for your time, -Evan |
From: Bob D. <bd...@si...> - 2006-09-05 12:41:53
|
Hi, On Mon, 2006-09-04 at 16:33 -0500, Priya wrote: > I'm a new user of RLIB i have few doubts, > 1) I would like to display a field when a condition is satiesfied is > that possible? I would like to know whether it is possible in the > <field> or <literal> ? > > 2) can an array be used in the environment variables? What kinda of array? What language are you using RLIB in? The answer is probably no, as it would not make sense in general, unless you wrote a custom function to handle the array. - Bob |
From: Zoltan B. <zb...@du...> - 2006-09-04 12:55:55
|
Hi, it can be done in the <field> node. The trick is that the fields are treated as strings internally, so depending on the condition, e.g. if another field is above 0 or not, you can display the value you want or an empty string. Something like: <Output> <Line> <field value=3D"iif(val(myfield1)>0, myfield2, '')" width=3D"15"=20 align=3D"right"/> ... </Line> </Output> Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi Priya =EDrta: > I'm a new user of RLIB i have few doubts, > 1) I would like to display a field when a condition is satiesfied is=20 > that possible? I would like to know whether it is possible in the=20 > <field> or <literal> ?=20 > =20 > 2) can an array be used in the environment variables? > =20 > With Thanks and Regards > Priya Ranganathan > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > =20 |
From: Priya <pr...@co...> - 2006-09-04 11:18:42
|
I'm a new user of RLIB i have few doubts, 1) I would like to display a field when a condition is satiesfied is = that possible? I would like to know whether it is possible in the = <field> or <literal> ?=20 2) can an array be used in the environment variables? With Thanks and Regards Priya Ranganathan |
From: Bob D. <bd...@si...> - 2006-08-21 12:24:58
|
Yup. The main problem is the binary data(especially PDF's) and how all the languages RLIB supports handle binary data. Ideally we would be writing w/ gnome vfs to take advantage of all the URI stuff. - Bob On Wed, 2006-08-16 at 14:28 -0500, Ben D. Benner wrote: > I would be interested in using such a function. In part because I also > thought it existed already. > > I want to be able to call the rlib from a php commandline script, or even a > python daemon, that reads from the database for reports that are waiting in > queue. I want to keep the idea of a browser timeout killing the report being > written out of the picture. > > I guess I could use the functionality within python or php to write the RLIB > data back off into a file, but it would probably be cleaner to do it inside > RLIB, yes? > > Benjamin D. Benner Chief Technical Officer PrivateTel Phone: 512-785-0660 > ----- Original Message ----- > From: "Bob Doan" <bd...@si...> > To: "Sergio Lopes Jr." <se...@cn...> > Cc: <rli...@li...> > Sent: Wednesday, August 16, 2006 2:21 PM > Subject: Re: [Rlib-users] How save rlib report to file? > > > > Hymm.. I don't think I ever made that function I talked about making. > > Adding it to the API would not be too hard. > > > > - bob > > > > On Mon, 2006-08-14 at 16:48 -0300, Sergio Lopes Jr. wrote: > >> Bob Doan escreveu: > >> > What language are you using rlib with? > >> > > >> > On Mon, 2006-08-14 at 11:45 -0300, Sergio Lopes Jr. wrote: > >> > > >> >> Hi All, > >> >> > >> >> How save a rlib report to file? > >> >> > >> >> In old message, i read about the "rlib_save_file_as", > >> >> but not found this fuction in the rlib! > >> >> > >> >> Thank's, > >> >> Sergio. > >> >> > >> >> ------------------------------------------------------------------------- > >> >> Using Tomcat but need to do more? Need to support web services, > >> >> security? > >> >> Get stuff done quickly with pre-integrated technology to make your job > >> >> easier > >> >> Download IBM WebSphere Application Server v.1.0.1 based on Apache > >> >> Geronimo > >> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> >> _______________________________________________ > >> >> Rlib-users mailing list > >> >> Rli...@li... > >> >> https://lists.sourceforge.net/lists/listinfo/rlib-users > >> >> > >> I'm using PHP 4.3 > >> > >> ------------------------------------------------------------------------- > >> Using Tomcat but need to do more? Need to support web services, security? > >> Get stuff done quickly with pre-integrated technology to make your job > >> easier > >> Download IBM WebSphere Application Server v.1.0.1 based on Apache > >> Geronimo > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> _______________________________________________ > >> Rlib-users mailing list > >> Rli...@li... > >> https://lists.sourceforge.net/lists/listinfo/rlib-users > > -- > > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users -- |
From: Ben D. B. <be...@pr...> - 2006-08-16 19:29:16
|
I would be interested in using such a function. In part because I also thought it existed already. I want to be able to call the rlib from a php commandline script, or even a python daemon, that reads from the database for reports that are waiting in queue. I want to keep the idea of a browser timeout killing the report being written out of the picture. I guess I could use the functionality within python or php to write the RLIB data back off into a file, but it would probably be cleaner to do it inside RLIB, yes? Benjamin D. Benner Chief Technical Officer PrivateTel Phone: 512-785-0660 ----- Original Message ----- From: "Bob Doan" <bd...@si...> To: "Sergio Lopes Jr." <se...@cn...> Cc: <rli...@li...> Sent: Wednesday, August 16, 2006 2:21 PM Subject: Re: [Rlib-users] How save rlib report to file? > Hymm.. I don't think I ever made that function I talked about making. > Adding it to the API would not be too hard. > > - bob > > On Mon, 2006-08-14 at 16:48 -0300, Sergio Lopes Jr. wrote: >> Bob Doan escreveu: >> > What language are you using rlib with? >> > >> > On Mon, 2006-08-14 at 11:45 -0300, Sergio Lopes Jr. wrote: >> > >> >> Hi All, >> >> >> >> How save a rlib report to file? >> >> >> >> In old message, i read about the "rlib_save_file_as", >> >> but not found this fuction in the rlib! >> >> >> >> Thank's, >> >> Sergio. >> >> >> >> ------------------------------------------------------------------------- >> >> Using Tomcat but need to do more? Need to support web services, >> >> security? >> >> Get stuff done quickly with pre-integrated technology to make your job >> >> easier >> >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> >> Geronimo >> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> >> _______________________________________________ >> >> Rlib-users mailing list >> >> Rli...@li... >> >> https://lists.sourceforge.net/lists/listinfo/rlib-users >> >> >> I'm using PHP 4.3 >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Rlib-users mailing list >> Rli...@li... >> https://lists.sourceforge.net/lists/listinfo/rlib-users > -- > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2006-08-16 19:21:18
|
Hymm.. I don't think I ever made that function I talked about making. Adding it to the API would not be too hard. - bob On Mon, 2006-08-14 at 16:48 -0300, Sergio Lopes Jr. wrote: > Bob Doan escreveu: > > What language are you using rlib with? > > > > On Mon, 2006-08-14 at 11:45 -0300, Sergio Lopes Jr. wrote: > > > >> Hi All, > >> > >> How save a rlib report to file? > >> > >> In old message, i read about the "rlib_save_file_as", > >> but not found this fuction in the rlib! > >> > >> Thank's, > >> Sergio. > >> > >> ------------------------------------------------------------------------- > >> Using Tomcat but need to do more? Need to support web services, security? > >> Get stuff done quickly with pre-integrated technology to make your job easier > >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> _______________________________________________ > >> Rlib-users mailing list > >> Rli...@li... > >> https://lists.sourceforge.net/lists/listinfo/rlib-users > >> > I'm using PHP 4.3 > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users -- |
From: Sergio L. Jr. <se...@cn...> - 2006-08-14 19:49:08
|
Bob Doan escreveu: > What language are you using rlib with? > > On Mon, 2006-08-14 at 11:45 -0300, Sergio Lopes Jr. wrote: > >> Hi All, >> >> How save a rlib report to file? >> >> In old message, i read about the "rlib_save_file_as", >> but not found this fuction in the rlib! >> >> Thank's, >> Sergio. >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Rlib-users mailing list >> Rli...@li... >> https://lists.sourceforge.net/lists/listinfo/rlib-users >> I'm using PHP 4.3 |
From: Bob D. <bd...@si...> - 2006-08-14 19:00:23
|
What language are you using rlib with? On Mon, 2006-08-14 at 11:45 -0300, Sergio Lopes Jr. wrote: > Hi All, > > How save a rlib report to file? > > In old message, i read about the "rlib_save_file_as", > but not found this fuction in the rlib! > > Thank's, > Sergio. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users -- |
From: Bob D. <bd...@si...> - 2006-08-14 18:59:26
|
On Sat, 2006-08-12 at 10:34 +0500, Hameed U. Khan wrote: > Thanks Bob. Thank you very much. But there is one more querstion. > Suppose I have one more table in my database with same structure name > spam. Now I want to start spam's report from new page or after clean > has finished. In this case what I should do? You would add 2 queries and 2 reports before you call execute. In the main <Report> tag your would specify a query="name" of the query for the report. - Bob > > On 8/11/06, Bob Doan <bd...@si...> wrote: > > Then you really want one query (order by your status) and you want to > > use rlib breaks. > > > > - Bob > > > > On Fri, 2006-08-11 at 21:40 +0500, Hameed U. Khan wrote: > > > I want to break around the status field. > > > > > -- > > > > > > > > -- |