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 derfloh 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
Joined
Apr 25, 2003
Messages
8
Location
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