Bennie47250
Programmer
Using Crystal Version 7.0 and MS SQL 7.0
I have encountered the issue with using a memo field on a report where the text is truncated after 254 characters. How can I display the additional characters?
Looked thru old postings and did not find one. Most of the ones I looked at suggested putting the field in a formula. When I try this, I get an error message indicating “Blob field or memo field cannot be used in a formula”
Looking at the SQL table, it shows the field to be Data Type of varchar with a length of 1000
Thanks
Bennie
I have encountered the issue with using a memo field on a report where the text is truncated after 254 characters. How can I display the additional characters?
Looked thru old postings and did not find one. Most of the ones I looked at suggested putting the field in a formula. When I try this, I get an error message indicating “Blob field or memo field cannot be used in a formula”
Looking at the SQL table, it shows the field to be Data Type of varchar with a length of 1000
Thanks
Bennie