Hi All,
I have a Crystal Reports report (VS2005 version) that prints a number of fields from a SQL table. When I print the report under Windows XP, everything works properly. When I print under Windows Vista on a tablet PC, the report prints, except for the varchar(MAX) field.
Does anyone know a way to resolve this?
Cheers.
Software/Hardware used:
ASKED:
August 22, 2008 10:17 AM
UPDATED:
October 26, 2010 4:08 AM
I also had this printing problem. I solved this by changing varchar(max) to varchar(8000).
varchar(MAX)==varchar(8000).
Sreekanth A,
Programmer,
Ihits Softwares,
sreekantha86@gmail.com