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: Jeff K. <jt...@ya...> - 2009-10-03 00:07:06
|
As an RLIB evaluation for an upcoming report-writing project, I am reproducing the "Basic Charting" example [1], using the provided chart.xml report definition, and the columns from the plaintext representation. I need some information on the g0_name...g4_name columns. I have a nearly correct chart.csv, but extra grouping levels that the original doesn't have. I presume there will be some duplicate columns, but I haven't figured out which and why. Can someone post the chart.csv that corresponds to the original example? Thanks, Jeff [1] http://rlib.sicompos.com/examples.php "Basic Charting" I have a working python script: $ cat chart.py import rlib rpt = rlib.open() rpt.add_datasource_csv("chart_csv") rpt.add_datasource_csv("chart_m_csv") rpt.add_datasource_csv("chart_header_csv") rpt.add_query_as("chart_csv", "chart.csv", "products") rpt.add_query_as("chart_header_csv", "chart_header.csv", "header") rpt.add_query_as("chart_m_csv", "chart_m.csv", "m") rpt.add_report("chart.xml") rpt.set_output_format_from_text("pdf") rpt.execute() rpt.spool() $ python chart.py > chart.pdf The supporting datasets work fine: $ cat chart_header.csv "report_name","name","name2", "Financial Summary Report ","Some Company INC","Expert Managers Of Restaurants", $ cat chart_m.csv "start_date","end_date" "2003-09-07","2003-09-10" I won't post the charts.csv here for space, see: http://www.privatepaste.com/12cf7IxcEw I would greatly appreciate suggestions and corrections on the proper use of the g0_name...g4_name columns. If can explain why there are extra grouping levels, that would be very helpful. Thanks again. |
From: Alberto J. Y. <alb...@ms...> - 2009-04-20 14:11:10
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> Hi Bob,<br> <br> <div style="text-align: left;" id="result_box" dir="ltr">Yes, I've tested and works correctly. Does not work with A4.<br> <br> Thank<br> </div> <br> Alberto,<br> <br> Can you get landscape to work with other paper types?<br> <br> We use landscape all the time w/ US paper.<br> <br> - Bob<br> <br> On Sun, 2009-04-19 at 20:53 -0300, Alberto Julio Yuale wrote:<br> > Hi,<br> > I am having problems with the landscape of page A4. Can not get to work.<br> > In the xml file, I have<br> > <Report FontSize="9" orientation="landscape" paperType="'A4'"><br> > <br> > After many unsuccessful tests, find the program sources, and change the<br> > files libsrc / layout.cy rpdf / rpdf.c as follows:<br> > <br> > libsrc / layout.c: (RLIB_PAPER_A4, 842, 595, "A4"),<br> > rpdf / rpdf.c: (RPDF_PAPER_A4, 842, 595, "A4"),<br> > <br> > Change the width and height.<br> > <br> > Landscape in this way works, but I do not think is the solution.<br> > There may be some bug in the code?<br> > <br> > >From already thank you very much <div class="moz-signature">-- <br> <br> </div> </body> </html> |
From: Bob D. <bd...@si...> - 2009-04-20 12:58:28
|
Alberto, Can you get landscape to work with other paper types? We use landscape all the time w/ US paper. - Bob On Sun, 2009-04-19 at 20:53 -0300, Alberto Julio Yuale wrote: > Hi, > I am having problems with the landscape of page A4. Can not get to work. > In the xml file, I have > <Report FontSize="9" orientation="landscape" paperType="'A4'"> > > After many unsuccessful tests, find the program sources, and change the > files libsrc / layout.cy rpdf / rpdf.c as follows: > > libsrc / layout.c: (RLIB_PAPER_A4, 842, 595, "A4"), > rpdf / rpdf.c: (RPDF_PAPER_A4, 842, 595, "A4"), > > Change the width and height. > > Landscape in this way works, but I do not think is the solution. > There may be some bug in the code? > > >From already thank you very much > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Alberto J. Y. <alb...@ms...> - 2009-04-19 23:54:36
|
Hi, I am having problems with the landscape of page A4. Can not get to work. In the xml file, I have <Report FontSize="9" orientation="landscape" paperType="'A4'"> After many unsuccessful tests, find the program sources, and change the files libsrc / layout.cy rpdf / rpdf.c as follows: libsrc / layout.c: (RLIB_PAPER_A4, 842, 595, "A4"), rpdf / rpdf.c: (RPDF_PAPER_A4, 842, 595, "A4"), Change the width and height. Landscape in this way works, but I do not think is the solution. There may be some bug in the code? >From already thank you very much -- |
From: Bob D. <bd...@si...> - 2009-04-14 20:34:46
|
Hi, paperType="'A4'" make sure you single quote it. - Bob On Tue, 2009-04-14 at 13:47 -0300, Alberto Julio Yuale wrote: > Hello > I can not change the type of page. When I paperType = A4, I get the > following error > > The field [A4] does not exist > Line: 3 Unrecognized operand [A4] > The Expression Was [A4] > > Help please > > Sorry for my english. I'm in Argentina > -- > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2009-04-06 21:30:38
|
Norman, Thanks for the complements. Questions can go to the mailing list. To answer your question: Do something like this in your XML PageFooter: <Line> <literal>Page: </literal> <field value="r.pageno" width="3" align="right"/> <literal>/</literal> <field delayed="yes" value="r.totpages" width="4" align="left"/> </Line> - Bob On Mon, 2009-04-06 at 15:14 -0500, Norman Katz wrote: > I recently started using rlib 1.3.7. I noticed it does not support > Page n of m, where m is num pages, in PDF reports. I looked at your > source and saw in resolution.c, it says “Right now I only export > pageno, value (which is a pointer back to the field value resolved), > lineno, detailcnt”. I also tried totpages in my report but that only > gave me the current page, which is obvious from the source code in > pcode.c. > > > > Would you or the other contributors have any time to add this feature > on a consulting basis? If so, send me a quote of what it would take > and a delivery schedule and I’ll try my best to get it approved. > > > > Otherwise, the tool is working great and is amazingly simple to > install and use and the reports look great. Kudos to your team. > > > > Norman Katz > > Director of Software Development > > CSIDENTITY Corporation > > 619-456-6404 Office > > 619-890-5847 Mobile > > > > To enroll in Identity Theft Protection, visit www.csidentity.com. > > email-logo > > This e-mail, and any attachments thereto, is intended only for use by > the addressee (s) named herein and may contain legally privileged > and/or confidential information. If you are not the intended recipient > of this e-mail, you are hereby notified that any dissemination, > distribution or copying of this e-mail, and any attachments thereto, > is strictly prohibited. If you receive this e-mail in error, please > immediately notify me by calling (512) 617-6800 and permanently delete > the original and any copy of any e-mail and any printout thereof. > Thank you. > P Please consider our natural resources before printing this email > > > > |
From: Bob D. <bd...@si...> - 2009-04-06 13:19:12
|
Anthony, You probably want to use output parameters pdfdir1 = g_hash_table_lookup(r->output_parameters, "pdf_fontdir1"); pdfdir2 = g_hash_table_lookup(r->output_parameters, "pdf_fontdir2"); pdfencoding = g_hash_table_lookup(r->output_parameters, "pdf_encoding"); pdffontname = g_hash_table_lookup(r->output_parameters, "pdf_fontname"); - Bob On Thu, 2009-04-02 at 14:34 -0600, Anthony William Pfaff wrote: > I'm looking for a way to modify the PDF output font for all of our > reports. I noticed that there was an rlib_set_pdf_font function for > 1.2.x but couldn't find any references to it in the 1.3.x > documentation. Is there any established way to do this in 1.3.8? > |
From: Anthony W. P. <Ant...@Co...> - 2009-04-02 20:34:40
|
I'm looking for a way to modify the PDF output font for all of our reports. I noticed that there was an rlib_set_pdf_font function for 1.2.x but couldn't find any references to it in the 1.3.x documentation. Is there any established way to do this in 1.3.8? -- Anthony Pfaff Application Developer Arts & Sciences Budget Office University of Colorado |
From: Paul J. <pja...@si...> - 2008-08-21 19:57:45
|
pja...@si... |
From: Christian B. <cb...@si...> - 2008-07-16 14:45:44
|
For some reason configure does not pick up python unless you supply a prefix. /configure --with-pythonver=2.5 --prefix=/usr I have not dug any deeper yet. (I am on Ubuntu 8.04) Christian Betz On Wed, Jul 16, 2008 at 10:37 AM, Christian Betz <cb...@si...> wrote: > Richard: > > For some reason configure does not pick up python unless you supply a prefix. > > /configure --with-pythonver=2.5 --prefix=/usr > > I have not dug any deeper yet. > > Christian Betz > > On Mon, Jul 14, 2008 at 4:23 PM, richrad miller <rm...@ne...> wrote: >> >> I saw a similar post by Nabil 3/2/2007 but did not see the response >> >> I am running ./configure --with-pythonver=2.5 >> >> the resulting output is attached indicating that python >> could not be found - although it is installed >> >> >> >> You help would be appreciated. >> >> Richard >> >> ------------------------------------------------------------------------- >> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! >> Studies have shown that voting for your favorite open source project, >> along with a healthy diet, reduces your potential for chronic lameness >> and boredom. Vote Now at http://www.sourceforge.net/community/cca08 >> _______________________________________________ >> Rlib-users mailing list >> Rli...@li... >> https://lists.sourceforge.net/lists/listinfo/rlib-users >> >> > |
From: Bob D. <bd...@si...> - 2008-07-15 19:49:26
|
Hi, checking NONE/include/python2.5/Python.h usability... no checking NONE/include/python2.5/Python.h presence... no It looks like you might need to specify a --prefix as well? What distro are you using? - Bob On Mon, 2008-07-14 at 15:23 -0500, richrad miller wrote: > I saw a similar post by Nabil 3/2/2007 but did not see the response > > I am running ./configure --with-pythonver=2.5 > > the resulting output is attached indicating that python > could not be found - although it is installed > > > > You help would be appreciated. > > Richard > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: richrad m. <rm...@ne...> - 2008-07-14 20:23:58
|
I saw a similar post by Nabil 3/2/2007 but did not see the response I am running ./configure --with-pythonver=2.5 the resulting output is attached indicating that python could not be found - although it is installed You help would be appreciated. Richard |
From: Alagu M. <al...@gm...> - 2008-03-05 11:57:52
|
Hello, I am looking for rlib(python) windows binary... Thanks Madhu Alagu |
From: Alagu M. <al...@gm...> - 2008-03-05 09:23:13
|
Hello, I am looking for rlib(python) windows binary... Thanks Madhu Alagu |
From: Bob D. <bd...@si...> - 2008-02-18 18:03:58
|
Hello, That feature never got implemented, so the easiest thing to do is use php output buffering http://us.php.net/outcontrol - Bob On Mon, 2008-02-18 at 12:58 -0500, Walter Streeter wrote: > Hello, > > I'm using PHP, MySQL and RLIB for several reporting tasks. I've got RLIB working nicely but I've come to a point where it'd be real nice to have the RLIB output go directly to a file instead of stdout. I've searched the rlib-users mail list archives and have found the following items but none of them work for me. Is there a way to have RLIB output go to a file instead of stdout? > > One archive item mentions the following: > rlib_save_file_as($r, "name.ext"); > > Another archive item mentions the following: > rlib_get_output > rlib_get_output_length > > I receive the following errors when trying to use any of the above to try and send output to a file instead of stdout. > > Fatal error: Call to undefined function: rlib_save_file_as() in blahblahblah > > Any help in getting output to file instead of stdout within a PHP script would be greatly appreciated. > > Thanks, > > -- > Walter Streeter > CCNA, CCDA, CEFDS > MapleData > 2116 W Wilden Ave > P.O. Box 136 > Goshen, IN 46527-0136 > 574.537.0253 x146 > wst...@em... > http://www.mapledata.net > > _/\_ > __\ /__ > <_ _> > |/ )\| > / > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Walter S. <wst...@em...> - 2008-02-18 17:59:05
|
Hello, I'm using PHP, MySQL and RLIB for several reporting tasks. I've got RLIB working nicely but I've come to a point where it'd be real nice to have the RLIB output go directly to a file instead of stdout. I've searched the rlib-users mail list archives and have found the following items but none of them work for me. Is there a way to have RLIB output go to a file instead of stdout? One archive item mentions the following: rlib_save_file_as($r, "name.ext"); Another archive item mentions the following: rlib_get_output rlib_get_output_length I receive the following errors when trying to use any of the above to try and send output to a file instead of stdout. Fatal error: Call to undefined function: rlib_save_file_as() in blahblahblah Any help in getting output to file instead of stdout within a PHP script would be greatly appreciated. Thanks, -- Walter Streeter CCNA, CCDA, CEFDS MapleData 2116 W Wilden Ave P.O. Box 136 Goshen, IN 46527-0136 574.537.0253 x146 wst...@em... http://www.mapledata.net _/\_ __\ /__ <_ _> |/ )\| / |
From: Bob D. <bd...@si...> - 2008-01-29 14:55:47
|
Hi, What platform and what error messages do you get? On Tue, 2008-01-29 at 15:17 +0200, shahar wrote: > Hi, > > I'm trying to make rlib with Apache2 php5. > But the make won't make php-binding. > I tried > ./configure --enable-php --with-php > > with no success. > > Be glad to get this basic help if possible. > > -Shahar |
From: Bob D. <bd...@si...> - 2007-12-21 20:38:54
|
Anthony, Please try the following patch. It should fix your problem. Please let me know if it does and I'll commit. - Bob On Thu, 2007-12-20 at 11:00 -0700, Ant...@Co... wrote: > My organization is using RLIB to great effect in generating many of our necessary reports. Unfortunately, there is a very small bug with it which causes one line of information to not be displayed on some report pages. We've been trying to track down this bug in our code for quite some time but have been unable to locate it, so we are left to believe that the bug itself lies in RLIB. Where should I send a copy of a report displaying the bug so that it may be remedied? I can also give the results returned by our database to generate the report if necessary. > > Thanks, > > Anthony Pfaff > Application Developer > College of Arts & Sciences Budget Office > University of Colorado -- Bob Doan Vice President of Information Technology SICOM Systems bd...@si... 800-547-4266 x217 |
From: Bob D. <bd...@si...> - 2007-12-20 19:10:57
|
Hi, What language are you using RLIB with? What database(s) are you using RLIB with? What output methods are you using? What version of RLIB? And just out of curiosity: What are you actually using RLIB for? - Bob On Thu, 2007-12-20 at 11:00 -0700, Ant...@Co... wrote: > My organization is using RLIB to great effect in generating many of our necessary reports. Unfortunately, there is a very small bug with it which causes one line of information to not be displayed on some report pages. We've been trying to track down this bug in our code for quite some time but have been unable to locate it, so we are left to believe that the bug itself lies in RLIB. Where should I send a copy of a report displaying the bug so that it may be remedied? I can also give the results returned by our database to generate the report if necessary. > > Thanks, > > Anthony Pfaff > Application Developer > College of Arts & Sciences Budget Office > University of Colorado > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: <Ant...@Co...> - 2007-12-20 18:00:49
|
My organization is using RLIB to great effect in generating many of our necessary reports. Unfortunately, there is a very small bug with it which causes one line of information to not be displayed on some report pages. We've been trying to track down this bug in our code for quite some time but have been unable to locate it, so we are left to believe that the bug itself lies in RLIB. Where should I send a copy of a report displaying the bug so that it may be remedied? I can also give the results returned by our database to generate the report if necessary. Thanks, Anthony Pfaff Application Developer College of Arts & Sciences Budget Office University of Colorado |
From: hk3project <hk3...@gm...> - 2007-09-24 17:33:05
|
Hi all, I have two query, added to report.xml with rlib_add_query_as: Project ProjectMembers I want to build a report like this: Project.p_name Project.p_customer_id <this part must be repeated for each member> ProjectMembers.name ProjectMembers.role </this part must be repeated for each member> I can't figure out how to tell rlib "this part must be repeated" how can I resolve my issue? Is there any "complete" tutorial on rlib? walking through the downloaded examples I've found many xml tag that aren't mentioned in the "betabook.pdf" like Part, pd, pr, load thank you for reading this -h- p.s. Beg your pardon for my english |
From: Wayn0 <way...@gm...> - 2007-09-19 15:01:27
|
Michiel Betel wrote: > Hi Wayn0 > > Add the following.... > > $my_header = split("\n", rlib_get_content_type($rlib)); > foreach($my_header as $x) { > if($x != '') > header($x); > } > > Michiel > > Wayn0 wrote: >> Wayn0 wrote: >> >>> Good day >>> >>> I have recently installed rlib and it looks great, I have been >>> messing about with the examples in the documentation but I am running >>> into a little problem. >>> >>> when I use the example in the pdf book to generate pdf or csv output >>> I receice the following error. >>> >>> *Warning:* Header may not contain more than a single header >>> >>> I am using the PHP bindings by the way. >>> >>> Any help would be greatly appreciatted >>> >>> Thank you, >>> Wayn0 >>> >>> >> >> just a bit more info >> >> >> Warning: Header may not contain more than a single header, new line >> detected. in /var/www/localhost/htdocs/report.php on line 15 >> >> <? dl ("rlib.so"); >> >> $format = $_GET['format']; >> $sql_host = "localhost"; >> $sql_users = "root"; >> $sql_password = "Password1"; >> $sql_database = "sandbox"; >> >> $rlib = rlib_init(); >> rlib_add_datasource_mysql($rlib, "mysql", $sql_host, $sql_users, >> $sql_password, $sql_database); >> rlib_add_query_as($rlib, "mysql", "select * from example", "example"); >> rlib_add_report($rlib, "report.xml"); >> rlib_set_output_format_from_text($rlib, $format); >> rlib_execute($rlib); >> header(rlib_get_content_type($rlib)); >> rlib_spool($rlib); >> rlib_free($rlib); >> ?> >> >> line 15 header(rlib_get_content_type($rlib)); >> Thanks Michiel, just realised wha the problem was and solved it with header(urlencode(rlib_get_content_type($rlib))); thanks Wayne Oliver |
From: Michiel B. <mi...@be...> - 2007-09-19 14:51:39
|
Hi Wayn0 Add the following.... $my_header = split("\n", rlib_get_content_type($rlib)); foreach($my_header as $x) { if($x != '') header($x); } Michiel Wayn0 wrote: > Wayn0 wrote: > >> Good day >> >> I have recently installed rlib and it looks great, I have been messing >> about with the examples in the documentation but I am running into a >> little problem. >> >> when I use the example in the pdf book to generate pdf or csv output I >> receice the following error. >> >> *Warning:* Header may not contain more than a single header >> >> I am using the PHP bindings by the way. >> >> Any help would be greatly appreciatted >> >> Thank you, >> Wayn0 >> >> > > just a bit more info > > > Warning: Header may not contain more than a single header, new line > detected. in /var/www/localhost/htdocs/report.php on line 15 > > <? dl ("rlib.so"); > > $format = $_GET['format']; > $sql_host = "localhost"; > $sql_users = "root"; > $sql_password = "Password1"; > $sql_database = "sandbox"; > > $rlib = rlib_init(); > rlib_add_datasource_mysql($rlib, "mysql", $sql_host, $sql_users, > $sql_password, $sql_database); > rlib_add_query_as($rlib, "mysql", "select * from example", "example"); > rlib_add_report($rlib, "report.xml"); > rlib_set_output_format_from_text($rlib, $format); > rlib_execute($rlib); > header(rlib_get_content_type($rlib)); > rlib_spool($rlib); > rlib_free($rlib); > ?> > > line 15 header(rlib_get_content_type($rlib)); > > > Thanks again! > > Wayne Oliver > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |
From: Wayn0 <way...@gm...> - 2007-09-19 14:42:07
|
Wayn0 wrote: > Good day > > I have recently installed rlib and it looks great, I have been messing > about with the examples in the documentation but I am running into a > little problem. > > when I use the example in the pdf book to generate pdf or csv output I > receice the following error. > > *Warning:* Header may not contain more than a single header > > I am using the PHP bindings by the way. > > Any help would be greatly appreciatted > > Thank you, > Wayn0 > just a bit more info Warning: Header may not contain more than a single header, new line detected. in /var/www/localhost/htdocs/report.php on line 15 <? dl ("rlib.so"); $format = $_GET['format']; $sql_host = "localhost"; $sql_users = "root"; $sql_password = "Password1"; $sql_database = "sandbox"; $rlib = rlib_init(); rlib_add_datasource_mysql($rlib, "mysql", $sql_host, $sql_users, $sql_password, $sql_database); rlib_add_query_as($rlib, "mysql", "select * from example", "example"); rlib_add_report($rlib, "report.xml"); rlib_set_output_format_from_text($rlib, $format); rlib_execute($rlib); header(rlib_get_content_type($rlib)); rlib_spool($rlib); rlib_free($rlib); ?> line 15 header(rlib_get_content_type($rlib)); Thanks again! Wayne Oliver |
From: Wayn0 <way...@gm...> - 2007-09-19 13:14:03
|
Good day I have recently installed rlib and it looks great, I have been messing about with the examples in the documentation but I am running into a little problem. when I use the example in the pdf book to generate pdf or csv output I receice the following error. *Warning:* Header may not contain more than a single header I am using the PHP bindings by the way. Any help would be greatly appreciatted Thank you, Wayn0 |