2009 Apr 08 10:58 AM
I am trying to change a paragraph format such that the tabs contain positions and so the text is displayed starting at a specific position in the document. But adding the tab positions is not moving the actual text. What could I be doing wrong?
2009 Apr 08 11:01 AM
Hi,
in the sapscript have you used the command ',,'? In paragraph format have you defined correctly your tab?
Regards,
Leo
Hi,
in the sapscript have you used the command ',,'? In paragraph format have you defined correctly your tab?
Regards,
Leo
2009 Apr 08 11:01 AM
Hi,
in the sapscript have you used the command ',,'? In paragraph format have you defined correctly your tab?
Regards,
Leo
2009 Apr 08 11:02 AM
yes in the sapscript I am using ,, as a way to do tab positioning
2009 Apr 08 11:05 AM
Hi,
can you write your code?
I have to understand better your problem.
Regards,
Leo
2009 Apr 08 11:10 AM
CP is the paragraph format
CP Contact Person LEFT 0,10 CM 0,00 CM
15.00 CM LEFTThis is how I am using it
CP &acc-sydt&,,&acc-contact&,,&PAGE& / &sapscript-formpages(2)&This is the window it is been used in
DATE Date, Your contact and page 9,70 CM 2,00 CM 10,00 CM 1,00 CMNow I would expect the contact text to start from 15.00 cm. But it does not, it starts right after the date
2009 Apr 08 11:12 AM
Megan
You need to write it as shown below
CP ,,&acc-sydt&,,&acc-contact&,,&PAGE& / &sapscript-formpages(2)&
You need to give the tab for the first field as well
Try checking it
2009 Apr 08 11:16 AM
hi,
try to reduce the tab no 15 cm. the window where you would write is large enough?
2009 Apr 08 11:19 AM
2009 Apr 08 11:21 AM
2009 Apr 08 11:32 AM
Thanks to you all. It was a careless mistake on my part. I gave the tab much bigger than the window itself
2009 Apr 08 11:03 AM
hi, Activate and check again. You need to specify the tab positions in paragraph format and use it in the spascript. Give the paragraph format and use ',, ' with text to specify the tab positions.
2009 Apr 08 11:08 AM
Hi
Just check whether if u are testing in same client. Becoz sapscript is client dependent. If u are tesying in different client den u have to pull that request.
for that go to
SCC1
enter workbench request number.
check the checkbox Include request subtasks.
and click on start immediately.
hope it works.
otherwse do on some trial and error basis give more width for tabs.
also write variable like &var1(C)&
2009 Apr 08 11:09 AM
Hi Megan,
Write the piece of code here where you are facing the problem.
Thanks
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |