On 2010-11-30 09:32:24 +0100, michael.vancann...@wisa.be wrote:
> 
> 
> On Mon, 29 Nov 2010, Leonardo M. Ramé wrote:
> 
> >Hi, I'm using WebData and I need to format some numbers as Currency
> >before sending back from my app to the browser. How can I do that?
> 
> JSON doesn't know a currency type ? You want to do it as string ?
> There is an AfterRowToJSON event; You can take the currency members
> and convert them to string members:
> 
> AObject.strings['myfield']:=FormatCurrency(AObject.Floats['myfield']);
> 
> Michael.

Yes, that was I was looking for. Thanks!.

-- 
Leonardo M. Ramé
http://leonardorame.blogspot.com

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to