Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » international format number(international format number)
international format number [message #1001297] Wed, 16 January 2013 12:22 Go to next message
Dominique LOURIOUX is currently offline Dominique LOURIOUXFriend
Messages: 4
Registered: January 2013
Junior Member
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 16:26 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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: Fri Apr 26 20:23:52 GMT 2024

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

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

Back to the top