I am having trouble printing to a Cypress printer. The Cypress printer uses the Microsoft Generic / Text Only Driver. The issue is that if I preview and print the report via the Crystal Reports for Visual Studio 2010 IDE in Visual Studio, the special Cypress codes print perfectly to the printer. If I run the same report through the CR for VS2010 runtime and do a PrintToPrinter, the codes get complete garbled and ruined. I am doing no formatting through the runtime, simply loading the report and then printing it directly. This issue does not happen with other printers (e.g. HP, Brother, etc).
Sample Cypress Codes:
^{form = TEST_FORM}
^{var note = "This is a note"}
Sample Print From VS2010 IDE to File (or printer):
^{form = TEST_FORM}
^{var note = "This is a note"}
Sample Print FROM Runtime:
^{for=SmEST_FORM}
^{var n=Tohei = "This is a }note"
Sample Print to file from Runtime using Generic/Text Only:
^{for
=m
T
EST_FORM}
^{var n
=o
T
t
"h
ei
s is
"a note
Does anyone have any suggestions? It works perfectly from the IDE, but fails every time from the runtime. Thanks!
Kyle