From: Bob D. <bd...@si...> - 2005-05-01 01:29:00
Attachments:
report.pdf
|
Hey gang, I took a break from cleaning my basement and implemented "detail_columns". This allows you to do fun things like mailing labels with out having to use arrays to futz with the data. If your data isn't very wide you can also use this to save some trees. I know some of you are trying to make mailing labels so this will really help. See Attached Download rlib here: http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz I'm still waiting for feedback on how usable rlib 1.3.3 is before I release it -- Bob Doan <bd...@si...> |
From: Everton L. B. <ev...@fa...> - 2005-05-03 16:29:50
|
hi, I'm back. :) I'm testing rlib-1.3.3 and I have a problem. When a report have an iso8859 special char at <literal> or <field=20 value..> (from pgsql) it shows a incorrect char. This error happens only at HTML, TXT and CSV. Pdf works.. Example: correct | erroneous C=C3=B3digo | C=EF=BF=BDdigo And I have a question.. What is the difference between: <Break name=3D"g_municipio" value=3D"idmunicipio"> and <Break name=3D"g_municipio"> <BreakFields> <BreakField value=3D"idmunicipio"/> </BreakFields> ? --=20 Everton Luis Berz Bob Doan escreveu: > Hey gang, >=20 > I took a break from cleaning my basement and implemented > "detail_columns". This allows you to do fun things like mailing labels > with out having to use arrays to futz with the data. If your data isn'= t > very wide you can also use this to save some trees. >=20 > I know some of you are trying to make mailing labels so this will reall= y > help. =20 >=20 > See Attached >=20 > Download rlib here: >=20 > http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz >=20 > I'm still waiting for feedback on how usable rlib 1.3.3 is before I > release it >=20 |
From: Bob D. <bd...@si...> - 2005-05-03 16:58:26
|
Welcome back! With UTF8 enabled or disabled? On Tue, 2005-05-03 at 13:29 -0300, Everton Luis Berz wrote: > hi, > I'm back. :) > I'm testing rlib-1.3.3 and I have a problem. > When a report have an iso8859 special char at <literal> or <field=20 > value..> (from pgsql) it shows a incorrect char. This error happens > only at HTML, TXT and CSV. Pdf works.. > Example: > correct | erroneous > C=C3=B3digo | C=EF=BF=BDdigo >=20 >=20 > And I have a question.. What is the difference between: >=20 > <Break name=3D"g_municipio" value=3D"idmunicipio"> >=20 > and >=20 > <Break name=3D"g_municipio"> > <BreakFields> > <BreakField value=3D"idmunicipio"/> > </BreakFields> >=20 > ? >=20 |
From: Everton L. B. <ev...@fa...> - 2005-05-03 17:19:15
|
Default.. disabled(?) I use just "./configure" --=20 Everton Luis Berz Bob Doan escreveu: > Welcome back! >=20 > With UTF8 enabled or disabled? >=20 >=20 >=20 > On Tue, 2005-05-03 at 13:29 -0300, Everton Luis Berz wrote: >=20 >>hi, >>I'm back. :) >>I'm testing rlib-1.3.3 and I have a problem. >>When a report have an iso8859 special char at <literal> or <field=20 >>value..> (from pgsql) it shows a incorrect char. This error happens >>only at HTML, TXT and CSV. Pdf works.. >>Example: >>correct | erroneous >>C=C3=B3digo | C=EF=BF=BDdigo >> >> >>And I have a question.. What is the difference between: >> >><Break name=3D"g_municipio" value=3D"idmunicipio"> >> >>and >> >><Break name=3D"g_municipio"> >> <BreakFields> >> <BreakField value=3D"idmunicipio"/> >> </BreakFields> >> >>? >> >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > Get your fingers limbered up and give it your best shot. 4 great events= , 4 > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users >=20 |
From: Bob D. <bd...@si...> - 2005-05-03 17:30:20
|
It should be fixed. The problem was when utf-8 is disabled it was giving the broken outputs an UTF-8 encoding rather then an ISO-8859-1 encoding. If its not fixed can you send me the HTML http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz let me know if its fixed or not - bob On Tue, 2005-05-03 at 14:19 -0300, Everton Luis Berz wrote: > Default.. disabled(?) > I use just "./configure" > |
From: Everton L. B. <ev...@fa...> - 2005-05-03 17:50:29
|
Fixed! and my question.. what is the "value" at <Break> tag ? -- Everton Luis Berz Bob Doan escreveu: > It should be fixed. > > The problem was when utf-8 is disabled it was giving the broken outputs > an UTF-8 encoding rather then an ISO-8859-1 encoding. > > If its not fixed can you send me the HTML > > http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz > > let me know if its fixed or not > > - bob > > On Tue, 2005-05-03 at 14:19 -0300, Everton Luis Berz wrote: > >>Default.. disabled(?) >>I use just "./configure" >> > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > Get your fingers limbered up and give it your best shot. 4 great events, 4 > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |
From: Bob D. <bd...@si...> - 2005-05-03 18:22:03
|
Cool! There is no "value" is the <Break> tag. I wish there was. It sucks that we have to have <BreakField>. The reason for this is because this was around before RLIB could do expressions and if you needed to be able to Break on 2 or more fields. At some point I'm going to remove <BreakField> and have just a value, but not during this release cycle. - bob On Tue, 2005-05-03 at 14:50 -0300, Everton Luis Berz wrote: > Fixed! > > and my question.. what is the "value" at <Break> tag ? > |