Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FPD25 Report Writer Numeric Format using variable
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00605922
Message ID:
00605929
Views:
17
This message has been marked as the solution to the initial question of the thread.
>I have tried putting a variable containing a picture clause like "99,99,999.99". This variable I put in Format and the variable name is printed rather than the format it contains for the numeric value.
>
>In Screen it is possible using #ITSEXPRESSION ~ but for report writer ?
>
>Thanks in advance

You can use TRANSFORM() function
m.pict = "99,99,999.99"  
* text object
TRANSFORM(field1, m.pict)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform