Hi all



How can i format a value with Formatcurrency??

I already use the format but don't work. And a total value that is 24.00 and
I will divide by 10 the result will be 2.4, but the pocketpc give me 2.3
Why??

In my query in the total value i use TO_CHAR(oracle) is i remove this
to_char the value is 2.4.

Why the WindowsCE give me this value??



I am using eVB 3.0



Tks

Re: Formating an Value with Formatcurrency by Yaroslav

Yaroslav
Mon Sep 22 06:35:03 CDT 2003

Hi

you can use GetCurrencyFormat API function to format the currency in
accordance with regional settings.

--
Yaroslav Goncharov
Microsoft MVP - Mobile Devices
Smartphone Developer Network
www.smartphonedn.com


"StoneEdge" <NoSpam@bestway.com> wrote in message
news:eMcPXS6fDHA.956@TK2MSFTNGP09.phx.gbl...
> Hi all
>
>
>
> How can i format a value with Formatcurrency??
>
> I already use the format but don't work. And a total value that is 24.00
and
> I will divide by 10 the result will be 2.4, but the pocketpc give me 2.3
> Why??
>
> In my query in the total value i use TO_CHAR(oracle) is i remove this
> to_char the value is 2.4.
>
> Why the WindowsCE give me this value??
>
>
>
> I am using eVB 3.0
>
>
>
> Tks
>
>
>