Re: Question about RLIB

Zoltan Boszormenyi <[email protected]> Thu, 08 Jun 2006 18:57:40 +0200
Newsgroups gmane.text.rlib.user
Message-ID <[email protected]>
Hi,

Bob Doan írta:
> It's still alive.  1.3.7 will be out soon.
>
> - Bob
>
> On Thu, 2006-06-08 at 11:55 -0300, Federico Kereki wrote:
>   
>> Hi! Is RLIB still supported, in development, "alive", or was it "frozen" 
>> at 1.3.6?
>>
>> Best,
>> F.Kereki
>>
>>
>>
>> _______________________________________________
>> Rlib-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/rlib-users
>>     

what's the plan about deploying the PDF compression?
I thought about something like introducing a new
top-level section:

<GlobalOptions>
    <GlobalOption name="compression" value="'true'"/>
</Globals>

For text and HTML output, it will be a no-op for now or
maybe txt.gz and CHM format could also be produced.
There may be a need for other global options, too.

And another idea with another top-level section:

<Queries>
  <Query name="'query1'">select * from table1;</Query>
  <Query name="'query2'">select * from table2;</Query>
</Queries>

<Report query="'query1'">
...
</Report>

It would be useful for the long term (read: self-contained
reports, visual report editor)  to be able to specify
the queries in the report XML, sometimes you don't
need to modify the report's query at all. Two new
API calls can be also added, to get and set the query.
(E.g. Crystal Reports has this feature.)
Although I wonder about the trickier cases, where the
"</Query>" literal occurs inside a string constant
within the SQL query.

Best regards,
Zoltán Böszörményi