2005 Dec 06 4:20 AM
hi all
i am stucked in sap script..
i am not able to wriet a complete statement in one line..
BOX XPOS '8.6' CM WIDTH '0.9' CM HEIGHT '0.5' CM FRAME 25 TW INTENSITY 20
i want to write in one line..but i am not able to write 20 . else evrywords are coming..what should i do...plz help in this..
regards
parul
2005 Dec 06 4:25 AM
HI,
Just press ctrlf8 or shiftf8 to extend the line of code.
rgds
p.kp
2005 Dec 06 4:31 AM
Hi,
You can extend your line by CTRlF8/SHIFtF8...
Next the statement you given in post will come in one line.
You can remove some spaces in it.
like xpos'8.6'cm here in this you can delete spaces between '8.6' and cm.
like this u can proceed.
Thanks.
Reward points if this helps you.
Message was edited by: Deepak333 k
2005 Dec 06 6:02 PM
hi,
In the Text Elements(F9) menu bar edit->Page Left/Right or Shift+F8.
2005 Dec 06 6:13 PM
To be simple...write 20 in the second line and just delete the paragraph format for that line. Now when you save the form you will find that the tag-line(paragraph format) will be grayed out!
SAPScript will now consider this as one single command!
2005 Dec 06 6:22 PM
2005 Dec 06 7:12 PM
HI,
1) USe CTRlF8 or SHIFtF8 to extend the line.
2) you can use other way also, use = in the second line command line, so that is nothing but extension of the first lien, you can use as many as = in the command line, so that will take as a single line.
Regards
Sudheer
2005 Dec 07 1:48 AM
Hi,
Do use paragraph format '=' if you want to continue your words in one line.
When the sapscript cant cater for your whole sentence in line, it will automatically move to second line, so please use paragraph format '='.
Thanks.