Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SP to return a cursor
Message
 
 
To
05/08/2009 15:29:46
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01416077
Message ID:
01416302
Views:
40
>>BTW, see answers on your formatting question here
>>
>>http://forum.lessthandot.com/viewtopic.php?f=39&t=7043
>>
>>myvalues.ToString("$#0.00")
>
>This doesn't work
>RetVal += "<td>" + oReader("thisyear").ToString("{0:C}") + "</td>"
>and neither does this
>RetVal += "<td>" + oReader("thisyear").ToString("$#0.00") + "</td>"
>
I'd be happy with just commas.

Try casting this field to Currency before returning it back - may be it would help. That's the thing I can think of - I'm working on something, can not test right away.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform