From: Nasir B. <nas...@ho...> - 2010-09-03 15:34:39
|
Hi There, We had some RLIB scripts running on FreeBSD server which used to generate the PDF reports. I moved all these scripts to new Linux SUSE server. After moving them we found the issue in format string. (1) I need string to be formatted, such as 12,345,678.90 <field value="number1" format="'%$.2d'" width="18" align="right"/> This thing used to work on old FreeBSD server. But on new Linux server it is not formatting anymore. I am getting string such as 12345678.90 (2)I need string needs to be formatted as money string, such as $12,345,678.90 <field value="number2" format="'!$%n'" align="right" width="15"/> On new box I am getting 12345678.90 instead of $12,345,678.90. Please let me know if anyone has any idea. Thanking you in advance for your help. Regards, Nasir Baig |