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.
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
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: 1  Reply