Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transform function problems
Message
From
24/01/2007 13:01:13
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
24/01/2007 10:44:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01188706
Message ID:
01188831
Views:
14
>I have 2 fields in a SQLServer table defined as money and a form that uses that table to view the data.
>
>The problem I have is the field always shows 4 decimal places in the form. I tried using format to get it to show in a normal currency way. $999,999.99
>After no success I added 2 properties to the for and am trying to use transform to get that data in the correct format.
>
>In thee init and refresh I have this code:
>
>WITH thisform
> .IntVal = TRANSFORM(v_stands.dIntValue, '@B$999,999.99')
> .TimbVal = TRANSFORM(v_stands.dStdTimVal, '@B$999,999.99')
>ENDWITH

You need a space between $ and 9.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform