Crystal Reports has a couple of issues that may be contributing to your problem:
1. Blob fields are truncated under certain circumstances
2. Crystal is not WYSIWYG
First go for the simplest possible solution and make the field bigger to see if
the text shows up. If it is still missing you're looking at a truncation issue;
try casting the returned data as a different data type (text if its varchar,
varchar if its text) in your query and also take note of the character position
of the truncation. If it's 255 characters and nothing you do will fix it you
need to embed the truncated field into another by dragging and dropping it into
a blank text item. This is the official fix to a known bug in the full-blown
product, I don't know if it will work for the deisgner in .Net but my guess
chances are good. If that fails there is also a Crystal update to all .Net
components that was released some time after VS.Net 2003, you may or may not be
able to obtain it without a license from the Crystal website. If you manage to
manually download these components I think it's just a simple matter of
replacement and registration at the physical point of storage and in the GAC,
use Dependency Walker to help you with registration issues.
Bob
"michele" <(E-Mail Removed)> wrote in message
news

uQTb.11893$(E-Mail Removed)...
> Hi, i have in my crystal report viewer .net a multiline field. When i
> preview the report, the text in the field is clipped on the right, so some
> words are invisible... i'm going mad; i've searched on the crystal decision
> site but without success.
> Please help me,
> thanks
> Michele