How can i print from navision 3.60 with a epson tm-l90. where can i find information about this? how can i send ESC sequenses from ATTAIN to my epson tm-l90?[/img]
thank you very much for this link, but know now not more. i have no idea to send ESC sequenses to the printer. can you send me more information or something like this? thanks
thanks, but it doesn't work. the epson print only '?' and oder characters on the full page. can you send me a full report that works? then i can try it on the printer. thanks
Even in Financials/Attain you can create a string containing the ESC-sequence and send it to the printer. Problem is most recent printerdrivers will ignore such sequences.
Using others (mostly older printer drivers) can sometime solve the problem - but obviously using "wrong" drivers might cause problems when selecting trays etc.
But still -- experimenting with other drivers might solve the problem. One driver that is known to allow ESC-sequences is HP4-Si -- this driver will work for most recent HP-printers as well.
No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Anyway with newer epson printerdrivers for Windows a special font is often included which can be use to control the printer, the control font.
With this, certain characters have special meening to the printer when formated in a normal Navision control (label or textbox) with this control font.
Anyway with newer epson printerdrivers for Windows a special font is often included which can be use to control the printer, the control font.
With this, certain characters have special meening to the printer when formated in a normal Navision control (label or textbox) with this control font.
Regards
Du you by any chance have a list over these characters and what they do in the control font?
Comments
http://www.mibuso.com/forum/viewtopic.php?t=1185
chrESC : Char
txtESCCodes : Text20
chrESC := 27;
txtESCCodes := FORMAT(chrESC) + '&l4H';
The variable txtESCCodes is placed in a textbox on your report.
With this, certain characters have special meening to the printer when formated in a normal Navision control (label or textbox) with this control font.
Regards
thanks
Jonsson