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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by trukis

  1. trukis

    Escape secuences for HP 640

    Hi, I received from HP the information about the esc codes for controlling the printer. Now I'm not sure about how to apply it. I 've got something like: 10 cpp = 027 038 107 048 083 I tried something like ??? chr(027)+chr(038)+chr(107)... but it doesn't work, it hungs the app. any help...
  2. trukis

    'Invalid file descriptor'

    I found that the problem was that I added the .MEM file into the project file list, so when the .exe program is trying to save, it looks and find first the .MEM file INTO the .EXE file (what of course is read-only) rather than the external file. The solution was to delete the .MEM files from...
  3. trukis

    Define FONT in the printer

    In fact I tried to avoid using specific printer configuration, and instead use a generic font command that let me change the printer. So I deleted the chr() commands. Depending on the printer/ PC, now is printing with different fonts, even when I don't have any chr() or FONT command.
  4. trukis

    Define FONT in the printer

    Hi! I have reports made with @say..., in a version programed under 2.0 for an old epson printer, with ??? chr() codes. Now I'm using 2.6 and a hp DJ 640 printer. the ??? CHR() codes don't work anymore, so I tried to add the FONT statement at the end of the @say... but sometime it works, sometime...
  5. trukis

    'Invalid file descriptor'

    MAck, have you solved the problem? I have the same issue, but I cannot solve it rebuilding the .MEM

Part and Inventory Search

Back
Top