Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Escape Codes

Status
Not open for further replies.

ScouterRoger

Programmer
Apr 25, 2003
8
US
I am trying to send a printer escape code with my report. The escape code is being used by a DIMM in the printer to print logos and other items.
Is there a way to set up the escape code on the Crystal Report?
I am using Crystal Reports embedded within VB.Net.
 
you can issue printer commands such as
carriage return - chr(13)
line feed - chr(10)

If using chr() can be used in your case...you may be successful

Jim Broadbent
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top