Ver Mensaje Individual
  #5  
Viejo 05/02/07, 06:53:03
LouieBoy LouieBoy is offline
Member
 
Fecha de Ingreso: ago 2006
Mensajes: 86
Bueno bueno bueno, he estado investigando, y solo hay una manera de hacer lo q pides sin utilizar bmp's, tendrás que crearte un nodo de comando y modificar el control de spool, investiga un poco y nos cuentas q tal, de todas formas te pego el texto sacado del foro official de sap:

The way to roatate text in smartforms is using the COMMAND node. The rotation of text takes place at the printer and cannot be viewed in the print preview.

Using the COMMAND node, Attribute to change the orientation to 90deg needs to be passed to the printer.
The Attributes are printer dependant.

e.g.
In the ZPL-II printer control language the attribute is S_LZPL_SETUP.
In this command node, enter the following under "spool control", "free attributes":
Attribute name: Attribute value:
S_LZPL_SETUP '^FWR'


For the particular printer you are using u would need to find the appropriate attibute and the value to set it to.

Como puedes ver, el texto solo quedará "rotado" cuando se imprima...

Saludos,

LouieBoy
Responder Con Cita