VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This is how you get around the Crystal Report ver 8.5 254 character string rule for CR text box bei

by Kevin Luckett (2 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 16th July 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This is how you get around the Crystal Report ver 8.5 254 character string rule for CR text box being pulled using a SQL Server database or

Rate This is how you get around the Crystal Report ver 8.5 254 character string rule for CR text box bei




Make the datatype for the field you are trying to show in Crystal Reports  a text datatype and not Char, ntext or varChar. Just "text"  -- This will allow the field to be recognized in CR as a memo field which will allow you get beyond the 254 string rule

In version 9 you do not have to worry about this problem.
That's it

Good luck  :)
Kev


Download this snippet    Add to My Saved Code

This is how you get around the Crystal Report ver 8.5 254 character string rule for CR text box bei Comments

No comments have been posted about This is how you get around the Crystal Report ver 8.5 254 character string rule for CR text box bei. Why not be the first to post a comment about This is how you get around the Crystal Report ver 8.5 254 character string rule for CR text box bei.

Post your comment

Subject:
Message:
0/1000 characters