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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ascii code in crystal

Status
Not open for further replies.

jvolden

IS-IT--Management
Jan 26, 2005
77
US
How do you reference Ascci codes in Crystal? I want to replace all carriage returns with space. I know the ascii code is 13.


Thank you
 
jvolden,

You would write formula something like this:

If {Table.field1} = 100 And IsNull({Table.field2}) Or {Table.field1} <= 100 Then "Text" & Chr(13) & If Not IsNull({Table.DateField1}) Then CStr({table.DateField2},"M/dd/yy") Else "")

- Tom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top