2006 Jun 02 1:17 PM
how can i rotate my text in samartform.
is it possible.
if yes
plz suggest me the way.
immediate reply will be highly appreciable.
how can i rotate my text in samartform.
is it possible.
if yes
plz suggest me the way.
immediate reply will be highly appreciable.
2006 Jun 02 1:20 PM
2006 Jun 02 1:38 PM
I don't think it would be possible with smartforms. Maybe with <i>samartform</i> is possible, but I didn't heard about that one:-))))))
Peter
2006 Jun 02 1:46 PM
Hi,
you can do one thing , if it is Static text, upload the Tiff and then show that in your smartform, but this will be like a image. otherwise it is not possible.
regards
vijay
2006 Jun 02 2:50 PM
If u always print static text, create a bmp in mspaint and upload into sap using SE78, and use it in ur smartform.
Printing dynamic text vertically in sap smartforms is little complicated, it involves copying and modifying printer device type:
If you are using PCL driver in the device type then do the following to print vertical text:
1. Copy the PCL device type
2. create print control ZRVRT , Check hexadecimal radiobutton enter 1B2661393050 in the control char string
3. Create print control ZRHRZ, Check hexadecimal radiobutton enter 1B26613050 in the control char string
4. save and assign the device type to the pcl printers ur going to use
activating Print control ZRVRT, prints the text vertically, after printing vertically, u need to call print control ZRHRZ to set the printer to horizontal mode again.
the following lines print text vertically in sapscript:
/: PRINT CONTROL ZRVRT
print vertical text
/: PRINT CONTROL ZRHRZ
print horizontal text
You can use command node to call above print controls in smartforms or use INCLUDE standard text
Regards
Sridhar