Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formatting data fields in Crystal Reports
Message
 
To
24/11/1998 13:26:29
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00160465
Message ID:
00161065
Views:
18
>Thanks for the response, but I can't find anything in the CR manual about using
>a formula to format a field like a phone number. Can you give me a lead? TIA.

This isn't tested, but if your field name is myTable.cPhone, the following formula should work:
StringVar Phone := {myTable.cPhone};
'(' + Phone[1 to 3] + ') ' + Phone[4 to 6] + '-' + Phone[7 to 10]
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Reply
Map
View

Click here to load this message in the networking platform