Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with format
Message
From
06/10/2005 06:15:29
 
 
To
06/10/2005 05:51:36
Reza Meamar
Homa Programming Group
Shiraz, Iran
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows '98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01056656
Message ID:
01056660
Views:
21
>Hi all,
>I have a report that in one of it's numeric fields i set its format to 999/999/999. but if my number be 87654 it show as / /87/654 . if i set format as 999,999,999 it show correctly as 87,654 !
>where i do wrong?
>Thanks for your help

You will have to cheat a little bit
 ? strtran(Transform(87654, '@R 999,999,999'), set('separator'), '/')
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform