Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Replace

Status
Not open for further replies.

LEO037

Programmer
Feb 5, 2001
2
US
In VB there is a function to do a replace. For example,

NoHyphens = Replace("1-800-555-1212", "-", vbNullString)

which gives you:
18005551212


Does anyone know how to do the same in Crystal Reports?

What I really need to do is replace a double apostrophe, which resides in a table field, with a single apostrophe.
The data will be displayed on the report with one apostrophe. As it stands now, the data is displaying with
double appostrophe.

Thanks :)
 
So in other words, I will now have to "replace" the old version
of CR 7.0 with 8.0. Just to fix this one little problem? oh well!
Another bullet to bite.

Thanks for the help.
Leo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top