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

Error Mes: A string can be at most 254 characters long

Status
Not open for further replies.

EngJoo

Programmer
May 14, 2002
90
0
0
MY
Greetings,

i am write a formula like below:-

if isnull({employee_action.comment})
then "Action : Null"

else "Action : " + totext({employee_action.comment})

but when i run there report, i got the error message of "A String Can Be At Most 254 Characters Long"

i know there is a string concept caused the error but i dont know how to solve. Could any one of you point of my weakness or correct my formula please.

Thanks a lot a lot
EngJOo
 
You are probably using a Crystal 8.5 version or earlier.

Those earlier versions of Crystal has a 254 limit on the size of strings. Consider limiting the size of the returned string using SQL.

hth,
- Ido

CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top