ESC sequenses with a epson tm-l90

basilbasil Member Posts: 5
edited 2007-08-10 in Navision Attain
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]

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • basilbasil Member Posts: 5
    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
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Try this:

    chrESC : Char
    txtESCCodes : Text20

    chrESC := 27;
    txtESCCodes := FORMAT(chrESC) + '&l4H';

    The variable txtESCCodes is placed in a textbox on your report.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • basilbasil Member Posts: 5
    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
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    This comes from the thread mentioned before:
    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)
  • basilbasil Member Posts: 5
    thanks, the printer works now. :D
  • AOAO Member Posts: 4
    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
  • jonssonjonsson Member Posts: 1
    AO wrote:
    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?

    thanks
    Jonsson
Sign In or Register to comment.