Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smart Forms

Former Member
0 Likes
502

Hi

Can any one tel

using zebra printers how to print the smart form in landscape

the smart form format is like this first text next barcode and again text

the output is in landscape

can any one tel the sample program for this

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
457

Hi!

As per my knowledge, zebra printers are not controlled explicitly from SAP. You need to use the printer software (BARONE) supplied with your printer to do this. Hence even the direction of printing would be controlled from that. For further details OSS notes are available which describe the complete process.

Hope this helps!

Cheers!

2 REPLIES 2
Read only

Former Member
0 Likes
458

Hi!

As per my knowledge, zebra printers are not controlled explicitly from SAP. You need to use the printer software (BARONE) supplied with your printer to do this. Hence even the direction of printing would be controlled from that. For further details OSS notes are available which describe the complete process.

Hope this helps!

Cheers!

Read only

kiran_k8
Active Contributor
0 Likes
457

Surendra,

We have done a similar requirement but not using SMARTFORMS.

1.Develop a program which fetches all the data into one internal table and then downloading the data in the form of a text file to the presentation server with a path C:\BARONELT\JOBS\

ie BARONELT is a folder which is having all the necessary files related to BARONE software and JOBS is the folder which should hold the text files

2.Install the BARONE software and design the layout of the label using BARONE software.The designed layout should be stored in C:\BARONELT

3.Once the text files are downloaded into this JOBS folder and the BARONE printer is ON then automatically the printer fetches the files from the JOBS folder and prints it.You can even set a delay of 5 seconds before printing.

4.BARONE software needs to be installed in all the PC's used to execute this zprogram

Note:- If you want to see the generated text file then see to that BARONE printer is not ON when the program is executed.If the BARONE printer is ON then immediately it starts printing and this you will not be able to see the generated text file.

K.Kiran.