‎2011 Dec 01 11:36 AM
hi all
can any body sugget me how to reduce space between 2 words in paragraph of smartforms
i have checked and did changes in smartstyles also still the space is not reducing
can anyone suggest me wat to do??
thanxs in advance
‎2011 Dec 01 4:38 PM
Probably help if you gave a better explanation.. is there only one space? Did you use the condense keywod? Are you using a proportional or fixed font? Why do you think the space is too wide? Explain....
‎2011 Dec 02 5:55 AM
I have given one space in smartforms text editor but while viewing in Print Priview the space between 2 words is more.
how to reduce that space??
‎2011 Dec 02 6:03 AM
dear yogamaya
print preview often gives not in well formed output, sometimes it gives wrong preview whether you gave single space...
you need to check your print using printer output(hard copy).
if succeed ... let me know.
avirat
‎2011 Dec 02 6:06 AM
‎2011 Dec 02 7:02 AM
our client requirement is to reduce the space in Print preview only
so can anyone suggest how 2 reduce the space???
‎2011 Dec 02 7:08 AM
dear yogamaya
try this..
&printing variable name(13.2)&
hope this helps.
let me know if done
avirat
‎2011 Dec 02 7:19 AM
wer to add that
as i have added it is giving error as field name not allowed
‎2011 Dec 02 7:27 AM
sample :
if you need to print matarial number in smartform then
press insert field button
&mara-matnr(13.2)&
then press ok (above field shows in gray color in design mode)
‎2011 Dec 02 7:34 AM
but i don't want 2 print Material number i want 2 print zpay
in salaryslip
i have given one space between "Basic Salary" but while in print preview it coming as "Basic Salary" how to reduce this space
suggest solution for this problm
thanxs
‎2011 Dec 02 8:48 AM
I HAVE EXPLAINED AN EXAMPLE.
you have to apply your necessary string for YOUR REQUIRED output.
in my SAMPLE CODE i want to remove space from material number so i have wrote that logic
now you have to decide how can you remove space from your output from above logic.
‎2011 Dec 02 9:20 AM
My output is coming rght
ok i will explain u
Basic Salary : &wa_variable&
in the above i want to reduce space between basic and salary in the Print preview
‎2011 Dec 02 9:35 AM
‎2011 Dec 02 10:05 AM
thanxs for the link
but i had tried dat one tooo
i have tried all the front but the space is not reduce
any other solution plz
plz
‎2011 Dec 02 11:13 AM
Hi,
Then why do write the statemnet seoarately. write it is as "BasicSalary". try it. may be it will be useful.
Ram.
‎2011 Dec 02 11:23 AM
Dear Ram
I have tried dat also oue client want only one space between basic and salary
regards
maya
‎2011 Dec 02 2:15 PM
‎2011 Dec 03 5:47 AM
‎2011 Dec 03 6:42 AM
Hi,
You need space between two words like below,
&Wa_mara-matnr& &wa_kan1-kunnr&------->
For this you can use statement &Wa_mara-matnr&&space(4)&&wa_kan1-kunnr&
Thanks,
Rajeshvadde
‎2011 Dec 03 7:00 AM
No I don't need space
i want to reduce space
please go through the above replies
sorry if it sounds rude.
‎2011 Dec 03 7:25 AM
Dear
please do not fully depend on others..
others can just give you hints,tips and help...
this is not spoon feeding.
try to do some more research and sample development.
these would gives more knowledge and best way of learning which you will never forget forever.
avirat
‎2011 Dec 03 9:09 AM
Dear
I know that I am trying in my known
ok
I know it is not spoon feeding i want only hint ok
‎2011 Dec 03 10:04 AM
thanks to everyone for your suggestion I have solved my Problem
Thanks once again
‎2011 Dec 05 2:12 PM
Per forum rules, would you please let us know how you resolved this?
Thanks
Rob
‎2011 Dec 06 5:02 AM
I just changed tab to 1 MM in Smartstyles
and instead of giving spaces I gave tab
by this I solved my problem
‎2011 Dec 06 5:10 AM
dear yogamaya
good job.
good luck...
have a happy programming ..
‎2011 Dec 06 5:42 AM
‎2016 Sep 13 1:51 PM
Could you please tell how did you use tab instead of spaces as I am facing the same issue.
I am using paragraph format say TB and in Tabs I mentioned position = 1,unit = MM and Alignment = Left.
I am using the same paragraph format TB but still I am getting more space like
'PROVISIONAL INVOICE'.
Please tell me in detail how did you fixed it?