2005 Oct 06 9:32 AM
Hello All
I have to develop barcode for the delivery number in Scripts. I have done that. Now the barcode is getting printed in the very next line without any space.
So I have left two blank lines in between them and also reduced the height of barcode. But there is no effect still.Suggest me a way forward.
Thanks
Tharani
2005 Oct 06 9:36 AM
Check if the paragraph format you are using for Blank Lines has the attribute "No Blank Lines " set in the definition of paragraph format. You can also try the "space before" attribute of paragraph format which you are suing for the barcode.
Cheers
You can try increasing the space before to say 1 CM and see if it helps. Later you can set the desired spacing. Mind it this should be for the paragraph which are using to print barcde . ( There will be more than one paragraph formats in your script ).
Cheers
( Dont forget to reward if answers were helpful ).
2005 Oct 06 9:36 AM
Check if the paragraph format you are using for Blank Lines has the attribute "No Blank Lines " set in the definition of paragraph format. You can also try the "space before" attribute of paragraph format which you are suing for the barcode.
Cheers
2005 Oct 06 9:47 AM
Sanjay,
The "No blank lines' option is not selected for the paragraph format.
"Space Before" attribute is set to 0,0 cm.
2005 Oct 06 9:52 AM
You can try increasing the space before to say 1 CM and see if it helps. Later you can set the desired spacing. Mind it this should be for the paragraph which are using to print barcde . ( There will be more than one paragraph formats in your script ).
Cheers
( Dont forget to reward if answers were helpful ).
2005 Oct 06 10:01 AM
Hi,
Can you just post the code what you code in script.
Thanks.
2005 Oct 06 10:02 AM
Do I need to activate the Script,when I try to change the height of barcode ? I dint do that .bcoz the height is stored in table.So I dint activate the script for my last transport
2005 Oct 06 10:08 AM
These changes I made to Script
I1 <I>Delivery Number:</>,,<B>&VBDKL-VBELN&</>
I1
I1
I1 ,,<BC>&VBDKL-VBELN&</>
and to the barcode , I have reduced the height by 0.4 cms through se73
2005 Oct 06 10:08 AM
Hi,
When ever you change you need to save it and activate it.
If possible post your code here.
Thanks.
2005 Oct 06 10:11 AM
Hi Tharani ,
Barcode will be printed using character format.
I will say copy paragrapgh format I1 to I2 ( or create a new similar one ) . Add 1 CM in I2 attribute "Space Before".
Use like this
I1 <I>Delivery Number:</>,,<B>&VBDKL-VBELN&</>
I1
I1
I2 ,,<BC>&VBDKL-VBELN&</>
Cheers.
2005 Oct 06 10:12 AM
Hi,
I1 <I>Delivery Number:</>,,<B>&VBDKL-VBELN&</>
/
/
I1 ,,<BC>&VBDKL-VBELN&</>
Try this.
Thanks.
If your issue is solved award points and close the thread.
Message was edited by: Deepak333 k
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |