Link to home
Start Free TrialLog in
Avatar of vij3116
vij3116

asked on

String of length greater than 254 characters does not appear while creating new formula

I am passing a String of length greater than 254 characters. Crystal Reports 8.5 takes it as memo field and thus does not appear while I create a new formula. I want to solve this issue with Crystal 8.5 itself. How do I solve this issue?
ASKER CERTIFIED SOLUTION
Avatar of _TAD_
_TAD_

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of _TAD_
_TAD_



If you are willing to use multiple strings/fields to accomplish your task you can always create an array of strings

and string[0] will hold character 1 to 254, string[1] will hold character 255 to 511, etc...


but that is really all you can do in CR 8.5 and below
SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial