From: Z.M.Karbhari <kar...@cy...> - 2009-04-24 13:18:08
|
Hi I am new to rLIb. I have written an application in C/GTK and now wish to do some report generation. My files are mostly CSV files. Any help to kick start my adventure with rLib will be appreciated. Thanking you Mr. Zarir Maneck Karbhari |
From: Bob D. <bd...@si...> - 2009-04-24 14:19:29
|
Hi, I would start with the documentation: http://newrlib.sicom.com/index.php?title=Documentation And look at the examples: rlib/src/examples - Bob On Fri, 2009-04-24 at 18:46 +0530, Z.M.Karbhari wrote: > Hi > > I am new to rLIb. I have written an application in C/GTK and now wish > to do some report generation. My files are mostly CSV files. > > Any help to kick start my adventure with rLib will be appreciated. > > Thanking you > > Mr. Zarir Maneck Karbhari > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensign option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ Rlib-devel mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-devel |
From: Z.M.Karbhari <kar...@cy...> - 2009-05-20 06:05:52
|
Hello Thank you for the information. We have made progress. 1. Are there any specific examples for CSV files ? 2. Can I generate a report without any data source / queries but just use the layout from the XML and fill values using environmental variables. Thanks for the help Karbhari ----- Original Message ----- From: "Bob Doan" <bd...@si...> To: "Z.M.Karbhari" <kar...@cy...> Cc: <rli...@li...> Sent: Friday, April 24, 2009 7:48 PM Subject: Re: [Rlib-devel] Newbie... > Hi, > > I would start with the documentation: > > http://newrlib.sicom.com/index.php?title=Documentation > > And look at the examples: > > rlib/src/examples > > - Bob > > > On Fri, 2009-04-24 at 18:46 +0530, Z.M.Karbhari wrote: >> Hi >> >> I am new to rLIb. I have written an application in C/GTK and now wish >> to do some report generation. My files are mostly CSV files. >> >> Any help to kick start my adventure with rLib will be appreciated. >> >> Thanking you >> >> Mr. Zarir Maneck Karbhari >> >> ------------------------------------------------------------------------------ >> Crystal Reports - New Free Runtime and 30 Day Trial >> Check out the new simplified licensign option that enables unlimited >> royalty-free distribution of the report engine for externally facing >> server and web deployment. >> http://p.sf.net/sfu/businessobjects >> _______________________________________________ Rlib-devel mailing list >> Rli...@li... >> https://lists.sourceforge.net/lists/listinfo/rlib-devel > > |
From: Bob D. <bd...@si...> - 2009-05-20 18:54:57
|
Hi, For #1 all you need to do is set your col= for your literals and fields, as well as set the report type to csv. For #2 You probably want an array report. - Bob On Wed, 2009-05-20 at 11:34 +0530, Z.M.Karbhari wrote: > Hello > > Thank you for the information. We have made progress. > > 1. Are there any specific examples for CSV files ? > > 2. Can I generate a report without any data source / queries but just use > the layout from the XML and fill values using environmental variables. > > Thanks for the help > > Karbhari > > > ----- Original Message ----- > From: "Bob Doan" <bd...@si...> > To: "Z.M.Karbhari" <kar...@cy...> > Cc: <rli...@li...> > Sent: Friday, April 24, 2009 7:48 PM > Subject: Re: [Rlib-devel] Newbie... > > > > Hi, > > > > I would start with the documentation: > > > > http://newrlib.sicom.com/index.php?title=Documentation > > > > And look at the examples: > > > > rlib/src/examples > > > > - Bob > > > > > > On Fri, 2009-04-24 at 18:46 +0530, Z.M.Karbhari wrote: > >> Hi > >> > >> I am new to rLIb. I have written an application in C/GTK and now wish > >> to do some report generation. My files are mostly CSV files. > >> > >> Any help to kick start my adventure with rLib will be appreciated. > >> > >> Thanking you > >> > >> Mr. Zarir Maneck Karbhari > >> > >> ------------------------------------------------------------------------------ > >> Crystal Reports - New Free Runtime and 30 Day Trial > >> Check out the new simplified licensign option that enables unlimited > >> royalty-free distribution of the report engine for externally facing > >> server and web deployment. > >> http://p.sf.net/sfu/businessobjects > >> _______________________________________________ Rlib-devel mailing list > >> Rli...@li... > >> https://lists.sourceforge.net/lists/listinfo/rlib-devel > > > > > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Rlib-devel mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-devel |
From: Z.M.Karbhari <kar...@cy...> - 2009-05-21 09:50:42
|
1. Array Report is only for PHP. Is that correct ? 2. Suddenly my output file is containing my report twice ? Is it as if I have run the report twice and it has appended to the file .. what am I doing wrong ? Thanks for the help Regards Karbhari ----- Original Message ----- From: "Bob Doan" <bd...@si...> To: "Z.M.Karbhari" <kar...@cy...> Cc: <rli...@li...> Sent: Wednesday, May 20, 2009 11:50 PM Subject: Re: [Rlib-devel] Newbie... > Hi, > > For #1 all you need to do is set your col= for your literals and fields, > as well as set the report type to csv. > > For #2 You probably want an array report. > > - Bob > > On Wed, 2009-05-20 at 11:34 +0530, Z.M.Karbhari wrote: >> Hello >> >> Thank you for the information. We have made progress. >> >> 1. Are there any specific examples for CSV files ? >> >> 2. Can I generate a report without any data source / queries but just use >> the layout from the XML and fill values using environmental variables. >> >> Thanks for the help >> >> Karbhari >> >> >> ----- Original Message ----- >> From: "Bob Doan" <bd...@si...> >> To: "Z.M.Karbhari" <kar...@cy...> >> Cc: <rli...@li...> >> Sent: Friday, April 24, 2009 7:48 PM >> Subject: Re: [Rlib-devel] Newbie... >> >> >> > Hi, >> > >> > I would start with the documentation: >> > >> > http://newrlib.sicom.com/index.php?title=Documentation >> > >> > And look at the examples: >> > >> > rlib/src/examples >> > >> > - Bob >> > >> > >> > On Fri, 2009-04-24 at 18:46 +0530, Z.M.Karbhari wrote: >> >> Hi >> >> >> >> I am new to rLIb. I have written an application in C/GTK and now wish >> >> to do some report generation. My files are mostly CSV files. >> >> >> >> Any help to kick start my adventure with rLib will be appreciated. >> >> >> >> Thanking you >> >> >> >> Mr. Zarir Maneck Karbhari >> >> >> >> ------------------------------------------------------------------------------ >> >> Crystal Reports - New Free Runtime and 30 Day Trial >> >> Check out the new simplified licensign option that enables unlimited >> >> royalty-free distribution of the report engine for externally >> >> facing >> >> server and web deployment. >> >> http://p.sf.net/sfu/businessobjects >> >> _______________________________________________ Rlib-devel mailing >> >> list >> >> Rli...@li... >> >> https://lists.sourceforge.net/lists/listinfo/rlib-devel >> > >> > >> >> >> ------------------------------------------------------------------------------ >> Crystal Reports - New Free Runtime and 30 Day Trial >> Check out the new simplified licensing option that enables >> unlimited royalty-free distribution of the report engine >> for externally facing server and web deployment. >> http://p.sf.net/sfu/businessobjects >> _______________________________________________ >> Rlib-devel mailing list >> Rli...@li... >> https://lists.sourceforge.net/lists/listinfo/rlib-devel > > |
From: Bob D. <bd...@si...> - 2009-05-21 17:09:16
|
On Thu, 2009-05-21 at 15:20 +0530, Z.M.Karbhari wrote: > 1. Array Report is only for PHP. Is that correct ? PHP and Python > > 2. Suddenly my output file is containing my report twice ? Is it as if I > have run the report twice and it has appended to the file .. what am I doing > wrong ? I really need to see an example of what you are doing. > > Thanks for the help > > Regards > Karbhari > > > ----- Original Message ----- > From: "Bob Doan" <bd...@si...> > To: "Z.M.Karbhari" <kar...@cy...> > Cc: <rli...@li...> > Sent: Wednesday, May 20, 2009 11:50 PM > Subject: Re: [Rlib-devel] Newbie... > > > > Hi, > > > > For #1 all you need to do is set your col= for your literals and fields, > > as well as set the report type to csv. > > > > For #2 You probably want an array report. > > > > - Bob > > > > On Wed, 2009-05-20 at 11:34 +0530, Z.M.Karbhari wrote: > >> Hello > >> > >> Thank you for the information. We have made progress. > >> > >> 1. Are there any specific examples for CSV files ? > >> > >> 2. Can I generate a report without any data source / queries but just use > >> the layout from the XML and fill values using environmental variables. > >> > >> Thanks for the help > >> > >> Karbhari > >> > >> > >> ----- Original Message ----- > >> From: "Bob Doan" <bd...@si...> > >> To: "Z.M.Karbhari" <kar...@cy...> > >> Cc: <rli...@li...> > >> Sent: Friday, April 24, 2009 7:48 PM > >> Subject: Re: [Rlib-devel] Newbie... > >> > >> > >> > Hi, > >> > > >> > I would start with the documentation: > >> > > >> > http://newrlib.sicom.com/index.php?title=Documentation > >> > > >> > And look at the examples: > >> > > >> > rlib/src/examples > >> > > >> > - Bob > >> > > >> > > >> > On Fri, 2009-04-24 at 18:46 +0530, Z.M.Karbhari wrote: > >> >> Hi > >> >> > >> >> I am new to rLIb. I have written an application in C/GTK and now wish > >> >> to do some report generation. My files are mostly CSV files. > >> >> > >> >> Any help to kick start my adventure with rLib will be appreciated. > >> >> > >> >> Thanking you > >> >> > >> >> Mr. Zarir Maneck Karbhari > >> >> > >> >> ------------------------------------------------------------------------------ > >> >> Crystal Reports - New Free Runtime and 30 Day Trial > >> >> Check out the new simplified licensign option that enables unlimited > >> >> royalty-free distribution of the report engine for externally > >> >> facing > >> >> server and web deployment. > >> >> http://p.sf.net/sfu/businessobjects > >> >> _______________________________________________ Rlib-devel mailing > >> >> list > >> >> Rli...@li... > >> >> https://lists.sourceforge.net/lists/listinfo/rlib-devel > >> > > >> > > >> > >> > >> ------------------------------------------------------------------------------ > >> Crystal Reports - New Free Runtime and 30 Day Trial > >> Check out the new simplified licensing option that enables > >> unlimited royalty-free distribution of the report engine > >> for externally facing server and web deployment. > >> http://p.sf.net/sfu/businessobjects > >> _______________________________________________ > >> Rlib-devel mailing list > >> Rli...@li... > >> https://lists.sourceforge.net/lists/listinfo/rlib-devel > > > > |
From: Z.M.Karbhari <kar...@cy...> - 2009-05-22 12:46:33
|
Ok, I solved the double report problem. 1. Is there any sample which uses the PARTS feature ? I have 2 report (2 different XML report layouts ) which has 2 different data sources (2 different CSV files ) and then put it together as a single report. Is that possible ? 2. How do I insert a simple page break into a report. I have read the Break documentation and it seems to be based on some value. All I want to do is that a particular location, I just want to break and go to a new page .. how do I do this ? Zarir ----- Original Message ----- From: "Bob Doan" <bd...@si...> To: "Z.M.Karbhari" <kar...@cy...> Cc: <rli...@li...> Sent: Thursday, May 21, 2009 10:38 PM Subject: Re: [Rlib-devel] Newbie... > On Thu, 2009-05-21 at 15:20 +0530, Z.M.Karbhari wrote: >> 1. Array Report is only for PHP. Is that correct ? > > PHP and Python > >> >> 2. Suddenly my output file is containing my report twice ? Is it as if I >> have run the report twice and it has appended to the file .. what am I >> doing >> wrong ? > > I really need to see an example of what you are doing. > > >> >> Thanks for the help >> >> Regards >> Karbhari >> >> >> ----- Original Message ----- >> From: "Bob Doan" <bd...@si...> >> To: "Z.M.Karbhari" <kar...@cy...> >> Cc: <rli...@li...> >> Sent: Wednesday, May 20, 2009 11:50 PM >> Subject: Re: [Rlib-devel] Newbie... >> >> >> > Hi, >> > >> > For #1 all you need to do is set your col= for your literals and >> > fields, >> > as well as set the report type to csv. >> > >> > For #2 You probably want an array report. >> > >> > - Bob >> > >> > On Wed, 2009-05-20 at 11:34 +0530, Z.M.Karbhari wrote: >> >> Hello >> >> >> >> Thank you for the information. We have made progress. >> >> >> >> 1. Are there any specific examples for CSV files ? >> >> >> >> 2. Can I generate a report without any data source / queries but just >> >> use >> >> the layout from the XML and fill values using environmental variables. >> >> >> >> Thanks for the help >> >> >> >> Karbhari >> >> >> >> >> >> ----- Original Message ----- >> >> From: "Bob Doan" <bd...@si...> >> >> To: "Z.M.Karbhari" <kar...@cy...> >> >> Cc: <rli...@li...> >> >> Sent: Friday, April 24, 2009 7:48 PM >> >> Subject: Re: [Rlib-devel] Newbie... >> >> >> >> >> >> > Hi, >> >> > >> >> > I would start with the documentation: >> >> > >> >> > http://newrlib.sicom.com/index.php?title=Documentation >> >> > >> >> > And look at the examples: >> >> > >> >> > rlib/src/examples >> >> > >> >> > - Bob >> >> > >> >> > >> >> > On Fri, 2009-04-24 at 18:46 +0530, Z.M.Karbhari wrote: >> >> >> Hi >> >> >> >> >> >> I am new to rLIb. I have written an application in C/GTK and now >> >> >> wish >> >> >> to do some report generation. My files are mostly CSV files. >> >> >> >> >> >> Any help to kick start my adventure with rLib will be appreciated. >> >> >> >> >> >> Thanking you >> >> >> >> >> >> Mr. Zarir Maneck Karbhari >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> >> Crystal Reports - New Free Runtime and 30 Day Trial >> >> >> Check out the new simplified licensign option that enables >> >> >> unlimited >> >> >> royalty-free distribution of the report engine for externally >> >> >> facing >> >> >> server and web deployment. >> >> >> http://p.sf.net/sfu/businessobjects >> >> >> _______________________________________________ Rlib-devel mailing >> >> >> list >> >> >> Rli...@li... >> >> >> https://lists.sourceforge.net/lists/listinfo/rlib-devel >> >> > >> >> > >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Crystal Reports - New Free Runtime and 30 Day Trial >> >> Check out the new simplified licensing option that enables >> >> unlimited royalty-free distribution of the report engine >> >> for externally facing server and web deployment. >> >> http://p.sf.net/sfu/businessobjects >> >> _______________________________________________ >> >> Rlib-devel mailing list >> >> Rli...@li... >> >> https://lists.sourceforge.net/lists/listinfo/rlib-devel >> > >> > > > |
From: Bob D. <bd...@si...> - 2009-05-26 20:18:10
|
On Fri, 2009-05-22 at 18:15 +0530, Z.M.Karbhari wrote: > Ok, I solved the double report problem. > > 1. > Is there any sample which uses the PARTS feature ? > > I have 2 report (2 different XML report layouts ) which has 2 different data > sources (2 different CSV files ) and then put it together as a single > report. Is that possible ? rlib/src/examples/php Look for the "part" examples. > > 2. > How do I insert a simple page break into a report. I have read the Break > documentation and it seems to be based on some value. All I want to do is > that a particular location, I just want to break and go to a new page .. how > do I do this ? On the break newpage="yes" - Bob > > Zarir > > ----- Original Message ----- > From: "Bob Doan" <bd...@si...> > To: "Z.M.Karbhari" <kar...@cy...> > Cc: <rli...@li...> > Sent: Thursday, May 21, 2009 10:38 PM > Subject: Re: [Rlib-devel] Newbie... > > > > On Thu, 2009-05-21 at 15:20 +0530, Z.M.Karbhari wrote: > >> 1. Array Report is only for PHP. Is that correct ? > > > > PHP and Python > > > >> > >> 2. Suddenly my output file is containing my report twice ? Is it as if I > >> have run the report twice and it has appended to the file .. what am I > >> doing > >> wrong ? > > > > I really need to see an example of what you are doing. > > > > > >> > >> Thanks for the help > >> > >> Regards > >> Karbhari > >> > >> > >> ----- Original Message ----- > >> From: "Bob Doan" <bd...@si...> > >> To: "Z.M.Karbhari" <kar...@cy...> > >> Cc: <rli...@li...> > >> Sent: Wednesday, May 20, 2009 11:50 PM > >> Subject: Re: [Rlib-devel] Newbie... > >> > >> > >> > Hi, > >> > > >> > For #1 all you need to do is set your col= for your literals and > >> > fields, > >> > as well as set the report type to csv. > >> > > >> > For #2 You probably want an array report. > >> > > >> > - Bob > >> > > >> > On Wed, 2009-05-20 at 11:34 +0530, Z.M.Karbhari wrote: > >> >> Hello > >> >> > >> >> Thank you for the information. We have made progress. > >> >> > >> >> 1. Are there any specific examples for CSV files ? > >> >> > >> >> 2. Can I generate a report without any data source / queries but just > >> >> use > >> >> the layout from the XML and fill values using environmental variables. > >> >> > >> >> Thanks for the help > >> >> > >> >> Karbhari > >> >> > >> >> > >> >> ----- Original Message ----- > >> >> From: "Bob Doan" <bd...@si...> > >> >> To: "Z.M.Karbhari" <kar...@cy...> > >> >> Cc: <rli...@li...> > >> >> Sent: Friday, April 24, 2009 7:48 PM > >> >> Subject: Re: [Rlib-devel] Newbie... > >> >> > >> >> > >> >> > Hi, > >> >> > > >> >> > I would start with the documentation: > >> >> > > >> >> > http://newrlib.sicom.com/index.php?title=Documentation > >> >> > > >> >> > And look at the examples: > >> >> > > >> >> > rlib/src/examples > >> >> > > >> >> > - Bob > >> >> > > >> >> > > >> >> > On Fri, 2009-04-24 at 18:46 +0530, Z.M.Karbhari wrote: > >> >> >> Hi > >> >> >> > >> >> >> I am new to rLIb. I have written an application in C/GTK and now > >> >> >> wish > >> >> >> to do some report generation. My files are mostly CSV files. > >> >> >> > >> >> >> Any help to kick start my adventure with rLib will be appreciated. > >> >> >> > >> >> >> Thanking you > >> >> >> > >> >> >> Mr. Zarir Maneck Karbhari > >> >> >> > >> >> >> ------------------------------------------------------------------------------ > >> >> >> Crystal Reports - New Free Runtime and 30 Day Trial > >> >> >> Check out the new simplified licensign option that enables > >> >> >> unlimited > >> >> >> royalty-free distribution of the report engine for externally > >> >> >> facing > >> >> >> server and web deployment. > >> >> >> http://p.sf.net/sfu/businessobjects > >> >> >> _______________________________________________ Rlib-devel mailing > >> >> >> list > >> >> >> Rli...@li... > >> >> >> https://lists.sourceforge.net/lists/listinfo/rlib-devel > >> >> > > >> >> > > >> >> > >> >> > >> >> ------------------------------------------------------------------------------ > >> >> Crystal Reports - New Free Runtime and 30 Day Trial > >> >> Check out the new simplified licensing option that enables > >> >> unlimited royalty-free distribution of the report engine > >> >> for externally facing server and web deployment. > >> >> http://p.sf.net/sfu/businessobjects > >> >> _______________________________________________ > >> >> Rlib-devel mailing list > >> >> Rli...@li... > >> >> https://lists.sourceforge.net/lists/listinfo/rlib-devel > >> > > >> > > > > > |
From: Z.M.Karbhari <kar...@cy...> - 2009-05-22 14:22:24
|
Hello Bob I have programmed myself into a corner all over again. :-( Let me explain the report I have to print. I am using C, GTK and running Fedora The report primarily consists of 5 sections 1st Section : The data is based on some global variables generated by the programme 2nd Section : The data is based records from a CSV file (lets say A.TXT) 3rd Section : The data is based on some other global variables generated by the programme 4th Section : The data is based records from another CSV file (lets say B.TXT) 5th Section : The data is based records in yet another CSV file (lets say C.TXT) Now in short I have to generate a report in PDF format based in global variables & 3 CSV files. I have managed to do each section as a separate report in PDF format but just cant figure how to make it a single report in a single PDF file. Your help would be grately appreciated. Thanks again Karbhari ----- Original Message ----- From: "Bob Doan" <bd...@si...> To: "Z.M.Karbhari" <kar...@cy...> Cc: <rli...@li...> Sent: Thursday, May 21, 2009 10:38 PM Subject: Re: [Rlib-devel] Newbie... > On Thu, 2009-05-21 at 15:20 +0530, Z.M.Karbhari wrote: >> 1. Array Report is only for PHP. Is that correct ? > > PHP and Python > >> >> 2. Suddenly my output file is containing my report twice ? Is it as if I >> have run the report twice and it has appended to the file .. what am I >> doing >> wrong ? > > I really need to see an example of what you are doing. > > >> >> Thanks for the help >> >> Regards >> Karbhari >> >> >> ----- Original Message ----- >> From: "Bob Doan" <bd...@si...> >> To: "Z.M.Karbhari" <kar...@cy...> >> Cc: <rli...@li...> >> Sent: Wednesday, May 20, 2009 11:50 PM >> Subject: Re: [Rlib-devel] Newbie... >> >> >> > Hi, >> > >> > For #1 all you need to do is set your col= for your literals and >> > fields, >> > as well as set the report type to csv. >> > >> > For #2 You probably want an array report. >> > >> > - Bob >> > >> > On Wed, 2009-05-20 at 11:34 +0530, Z.M.Karbhari wrote: >> >> Hello >> >> >> >> Thank you for the information. We have made progress. >> >> >> >> 1. Are there any specific examples for CSV files ? >> >> >> >> 2. Can I generate a report without any data source / queries but just >> >> use >> >> the layout from the XML and fill values using environmental variables. >> >> >> >> Thanks for the help >> >> >> >> Karbhari >> >> >> >> >> >> ----- Original Message ----- >> >> From: "Bob Doan" <bd...@si...> >> >> To: "Z.M.Karbhari" <kar...@cy...> >> >> Cc: <rli...@li...> >> >> Sent: Friday, April 24, 2009 7:48 PM >> >> Subject: Re: [Rlib-devel] Newbie... >> >> >> >> >> >> > Hi, >> >> > >> >> > I would start with the documentation: >> >> > >> >> > http://newrlib.sicom.com/index.php?title=Documentation >> >> > >> >> > And look at the examples: >> >> > >> >> > rlib/src/examples >> >> > >> >> > - Bob >> >> > >> >> > >> >> > On Fri, 2009-04-24 at 18:46 +0530, Z.M.Karbhari wrote: >> >> >> Hi >> >> >> >> >> >> I am new to rLIb. I have written an application in C/GTK and now >> >> >> wish >> >> >> to do some report generation. My files are mostly CSV files. >> >> >> >> >> >> Any help to kick start my adventure with rLib will be appreciated. >> >> >> >> >> >> Thanking you >> >> >> >> >> >> Mr. Zarir Maneck Karbhari >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> >> Crystal Reports - New Free Runtime and 30 Day Trial >> >> >> Check out the new simplified licensign option that enables >> >> >> unlimited >> >> >> royalty-free distribution of the report engine for externally >> >> >> facing >> >> >> server and web deployment. >> >> >> http://p.sf.net/sfu/businessobjects >> >> >> _______________________________________________ Rlib-devel mailing >> >> >> list >> >> >> Rli...@li... >> >> >> https://lists.sourceforge.net/lists/listinfo/rlib-devel >> >> > >> >> > >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Crystal Reports - New Free Runtime and 30 Day Trial >> >> Check out the new simplified licensing option that enables >> >> unlimited royalty-free distribution of the report engine >> >> for externally facing server and web deployment. >> >> http://p.sf.net/sfu/businessobjects >> >> _______________________________________________ >> >> Rlib-devel mailing list >> >> Rli...@li... >> >> https://lists.sourceforge.net/lists/listinfo/rlib-devel >> > >> > > > |