Skip to main content



      Home
Home » Archived » BIRT » international format number(international format number)
international format number [message #1001297] Wed, 16 January 2013 07:22 Go to next message
Eclipse UserFriend
Hi,

We are using (part of an ERP) Birt 2.3 and the problem we get is that it's seams it's not possible to force le local value as its' possible in 4.2 ?

IRunAndRenderTask runAndRenderTask = reportEngine.createRunAndRenderTask(runnable);
runAndRenderTask.setLocale(Locale.US);


Is there a way to do the same or bypass that ?

Thanks
Re: international format number [message #1001398 is a reply to message #1001297] Wed, 16 January 2013 11:26 Go to previous message
Eclipse UserFriend
Have you tried : task.setLocale(new Locale("en", "US"));
BTW you can set this in script in the report as well.

Jason
Previous Topic:Execute a script etc when birt report closes
Next Topic:Temporary dataset to disk
Goto Forum:
  


Current Time: Mon Mar 17 08:19:36 EDT 2025

Powered by FUDForum. Page generated in 0.03720 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top