Ugh - not knowing A THING about Crystal Reports that comes with VS.NET, I stared at the field length of the column forever, wondering why the last char was being chopped off.
String fields are one character less than their defined length
So I added a couple extra chars to the column in the DB, refreshed the report source against the new table, and walah (sp?) !!