From: Bob D. <bd...@si...> - 2005-08-16 13:22:02
|
All, I made some final tweaks to RLIB 1.3.5 If you have a second could you give it a try. http://www.sicom.com/~bdoan/rlib-1.3.5.tar.gz - bob |
From: Everton L. B. <ev...@fa...> - 2005-08-16 13:57:52
|
Where is postgre functions at this version? Fatal error: Call to undefined function rlib_add_datasource_postgre() in=20 /var/www/classes/phpNucleum/pnrelatorio.classe.inc on line 157 ./configure output: INPUTS: MYSQL: yes POSTGRES: yes ODBC: yes --=20 Everton Lu=EDs Berz Bob Doan escreveu: > All, >=20 > I made some final tweaks to RLIB 1.3.5 >=20 > If you have a second could you give it a try. >=20 > http://www.sicom.com/~bdoan/rlib-1.3.5.tar.gz >=20 > - bob >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Pract= ices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing &= QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5= sf > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users >=20 |
From: Zoltan B. <zb...@du...> - 2005-08-16 15:22:59
|
Everton Luis Berz =EDrta: > Where is postgre functions at this version? >=20 > Fatal error: Call to undefined function rlib_add_datasource_postgre() i= n=20 > /var/www/classes/phpNucleum/pnrelatorio.classe.inc on line 157 >=20 > ./configure output: > INPUTS: > MYSQL: yes > POSTGRES: yes > ODBC: yes >=20 The *_postgre() functions were mass-renamed to *_postgres() as it's the more correct/popular/whatever name for this particular RDBMS. Even the $CVSROOT/rlib/input/postgre/postgre.c path was changed to rlib/input/postgres/postgres.c. Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |
From: Everton L. B. <ev...@fa...> - 2005-08-16 20:11:37
|
Hey, the locale changes that you made are not working anymore. (thread "margins definition with LC_NUMERIC=3Dpt_BR") --=20 Everton Lu=EDs Berz Bob Doan escreveu: > All, >=20 > I made some final tweaks to RLIB 1.3.5 >=20 > If you have a second could you give it a try. >=20 > http://www.sicom.com/~bdoan/rlib-1.3.5.tar.gz >=20 > - bob >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Pract= ices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing &= QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5= sf > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users >=20 |
From: Andrew C. <and...@so...> - 2005-08-18 17:56:47
|
[ sorry if this is a duplicate post ] I installed 1.3.5 and for some reason can not get money to format correct= ly. Can you give me a hint as to how I would format to make it look like "$100,223.56". I've tried using what is in the documentation but I am no= t doing something right. Any help would be much appreciated. I haven't run into any other issues yet. Andrew > -----Original Message----- > From: rli...@li... > [mailto:rli...@li...]On Behalf Of Everton Lui= s > Berz > Sent: Tuesday, August 16, 2005 4:11 PM > To: Bob Doan; RLIB USERS > Subject: Re: [Rlib-users] Please Try This > > > Hey, the locale changes that you made are not > working anymore. (thread "margins definition with LC_NUMERIC=3Dpt_BR") > > -- > Everton Lu=EDs Berz > > Bob Doan escreveu: > > All, > > > > I made some final tweaks to RLIB 1.3.5 > > > > If you have a second could you give it a try. > > > > http://www.sicom.com/~bdoan/rlib-1.3.5.tar.gz > > > > - bob > > > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * Development > Lifecycle Practices > > Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA > > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing &= QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5= sf > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |
From: Bob D. <bd...@si...> - 2005-08-18 18:08:18
|
Make sure you have: rlib_set_locale($rlib, "en_US"); Money formatting: <field value="1234567.89" format="'%$.2d'" width="20" align="right"/> - Bob |
From: Andrew C. <and...@so...> - 2005-08-18 18:17:59
|
(Sorry again for the double/triple post) Ahhh.... thanks!!! Setting the locale did most of what I was looking for. One thing further that I added to get the $ in front of the number. format="'$%$.2d'" We are starting to use rlib more now. I had looked at it about a year ago and have come back. Nice work! Thanks again! Andrew > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Thursday, August 18, 2005 2:07 PM > To: Andrew Cotter > Cc: rlib > Subject: RE: [Rlib-users] Please Try This > > > Make sure you have: > > rlib_set_locale($rlib, "en_US"); > > Money formatting: > > <field value="1234567.89" format="'%$.2d'" width="20" align="right"/> > > > - Bob > |
From: Bob D. <bd...@si...> - 2005-08-18 19:00:12
|
> Ahhh.... thanks!!! Setting the locale did most of what I was looking for. Good > > One thing further that I added to get the $ in front of the number. > format="'$%$.2d'" You might want to look into the money formatting.... > > We are starting to use rlib more now. I had looked at it about a year ago > and have come back. Nice work! > > Thanks again! Your welcome :) - Bob |
From: Andrew C. <and...@so...> - 2005-08-18 19:14:00
|
I installed 1.3.5 and for some reason can not get money to format correct= ly. Can you give me a hint as to how I would format to make it look like "$100,223.56". I haven't run into any other issues yet. Any help would be much appreciated. Andrew > -----Original Message----- > From: rli...@li... > [mailto:rli...@li...]On Behalf Of Everton Lui= s > Berz > Sent: Tuesday, August 16, 2005 4:11 PM > To: Bob Doan; RLIB USERS > Subject: Re: [Rlib-users] Please Try This > > > Hey, the locale changes that you made are not > working anymore. (thread "margins definition with LC_NUMERIC=3Dpt_BR") > > -- > Everton Lu=EDs Berz > > Bob Doan escreveu: > > All, > > > > I made some final tweaks to RLIB 1.3.5 > > > > If you have a second could you give it a try. > > > > http://www.sicom.com/~bdoan/rlib-1.3.5.tar.gz > > > > - bob > > > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * Development > Lifecycle Practices > > Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA > > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing &= QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5= sf > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |
From: Bob D. <bd...@si...> - 2005-08-18 19:46:19
|
Hint: '!$ %n' :) - Bob On Wed, 2005-08-17 at 14:58 -0400, Andrew Cotter wrote: > I installed 1.3.5 and for some reason can not get money to format correctly. > Can you give me a hint as to how I would format to make it look like > "$100,223.56". > > I haven't run into any other issues yet. > > Any help would be much appreciated. > > Andrew > > > - |
From: Bob D. <bd...@si...> - 2005-08-19 00:25:34
|
Are you sure?? They are still working nice for me. see src/examples/php/expressions.php (Everything is formatted nice..) - Bob On Tue, 2005-08-16 at 17:10 -0300, Everton Luis Berz wrote: > Hey, the locale changes that you made are not > working anymore. (thread "margins definition with LC_NUMERIC=pt_BR") > |
From: Everton L. B. <ev...@fa...> - 2005-08-18 18:26:13
|
I found! <field value=3D"12345.67" format=3D"'!$ %n'"/> WORKS! (used on=20 expressions.php example) <field value=3D"format(12345.67,'!$ %n')"/> DON'T WORKS ANYMORE! --=20 Everton Lu=EDs Berz N=FAcleo de Sistemas Administrativos FACCAT - Faculdades de Taquara +55 51 541 6600 - R.647 Bob Doan escreveu: > Are you sure?? They are still working nice for me. >=20 > see src/examples/php/expressions.php (Everything is formatted nice..) >=20 > - Bob >=20 > On Tue, 2005-08-16 at 17:10 -0300, Everton Luis Berz wrote: >=20 >>Hey, the locale changes that you made are not >>working anymore. (thread "margins definition with LC_NUMERIC=3Dpt_BR") >> >=20 >=20 |
From: Bob D. <bd...@si...> - 2005-08-18 18:58:42
|
Hi! Can you download http://www.sicom.com/~bdoan/rlib-1.3.5.tar.gz again? I think I fixed it! Let me know - Bob On Thu, 2005-08-18 at 15:23 -0300, Everton Luis Berz wrote: > I found! > > <field value="12345.67" format="'!$ %n'"/> WORKS! (used on > expressions.php example) > > <field value="format(12345.67,'!$ %n')"/> DON'T WORKS ANYMORE! > |
From: Everton L. B. <ev...@fa...> - 2005-08-18 20:45:24
|
hi, fixed. works fine. -- Everton Bob Doan escreveu: > Hi! > > Can you download http://www.sicom.com/~bdoan/rlib-1.3.5.tar.gz again? > > I think I fixed it! > > Let me know > > - Bob > > On Thu, 2005-08-18 at 15:23 -0300, Everton Luis Berz wrote: > >>I found! >> >> <field value="12345.67" format="'!$ %n'"/> WORKS! (used on >>expressions.php example) >> >> <field value="format(12345.67,'!$ %n')"/> DON'T WORKS ANYMORE! >> > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |