Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Placing comma in currency???
Message
From
23/02/2008 22:11:29
Chris Sund
Silhouette Solutions
Utah, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Placing comma in currency???
Miscellaneous
Thread ID:
01295798
Message ID:
01295798
Views:
54
I'm sure this is simple, but I'm stumped.

I have a field on my form where I display the dollar balance of that record. In the database this is a numeric field with 2 decimal places. On the form, it's a simple textbox where I set the control source to a variable. To make this simple, the variable looks like this...
jval='$'+alltrim(str(tcursor.sum,15,2))
jval ends up looking like...

$123456.00


Here's how I want it to look...

$123,456.00


Any advice is welcome.

Thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform