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...
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.