ChrisWusfcu
Programmer
Environment: CR 2008 and SQL Server 2005.
I have a report field which is sourced from a SQL Server stored procedure result-set column (defined as char(80)). The report field appears to be truncating/trimming trailing blanks (spaces) even though I've confirmed that these trailing blanks are being returned within the stored procedure result-set.
I don't want these trailing spaces (they are not nulls) to be trimmed since they are required by a third party interface file specification. I would like to know if Crystal is truncating these trailing spaces and if so, how to "turn off" this behavior?
Note: I used the Length function in the Crystal Report to confirm that the report field does not contain the trailing spaces.
Thanks in advance!
Chris.
I have a report field which is sourced from a SQL Server stored procedure result-set column (defined as char(80)). The report field appears to be truncating/trimming trailing blanks (spaces) even though I've confirmed that these trailing blanks are being returned within the stored procedure result-set.
I don't want these trailing spaces (they are not nulls) to be trimmed since they are required by a third party interface file specification. I would like to know if Crystal is truncating these trailing spaces and if so, how to "turn off" this behavior?
Note: I used the Length function in the Crystal Report to confirm that the report field does not contain the trailing spaces.
Thanks in advance!
Chris.