Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 10 MAR 1999 01:22:47PM Antonia Azpurua wrote:

I am trying to print checks with a especial epson printer and I need to rotate de printing. So I need to print escape sequences. Is it possible…


At 10 MAR 1999 01:36PM Scott Kearney wrote:

Antonia,

It should be possible to print the escape sequences you need, but what you can and can't print does depend on the driver implementation. I think I remember hearing from some people that they couldn't print escape sequences, whereas others reported they could. I'd just make a quick and dirty little test with the Print_ functions to see if the particular codes you wish to use are allowable.

-Scott


At 10 MAR 1999 03:03PM Antonia Azpurua wrote:

Thanks lets wait to someone that can do it.

ppa


At 10 MAR 1999 03:43PM Scott Kearney wrote:

I assume you mean for someone to do it where you work? Nobody here can try it without:

a) having the same printer as you

b) having the documentation for that printer


At 11 MAR 1999 02:32PM Cameron Purdy wrote:

Pedro,

If you are using the PRINT statement, just pass the string after an ESC character:

PRINTER ON

PRINT \1B\: Text

PRINTER OFF

Cameron Purdy

Revelation Software


At 11 MAR 1999 03:59PM Antonia Azpurua wrote:

sorry cameron but what is \1B\

I am trying to change the way to write in bold with escape sequence.

Also can I have diferente sequences in one instruction\

ppa


At 11 MAR 1999 04:22PM Cameron Purdy wrote:

Pedro,

\1B\ is the same as saying char(27) …

print char(27): Text

The char(27) tells OpenEngine that the rest of the string may contain escape codes that need to go to the printer. (That first char(27) does not go to the printer.)

Cameron Purdy

Revelation Software

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/394063239a5ed875852567300064f6df.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1