cancel
Showing results for 
Search instead for 
Did you mean: 

Script issue- removing Blank Space

Former Member
0 Kudos

Hi,

I am facing 1 issue in script form that in form main window i am geeting space between RS. and Amount.

Now i want remove that space between RS. and Amount.

I tried with Compressing but that space is not reducing .

i tried lik bellow:

RS. &SYMBOL(C)&&t_final-lv_itot& and

RS.&t_final-lv_itot(C)&

but that is not working. please give me solution for that.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi santhosh,

U open main window and goto Change editor, if u fine the gap u compress it.

otherwise u check the value whether it's right justified or left justified. the currency field should be right justified.

i think it will solve ur problem otherwise let me.

Answers (1)

Answers (1)

saranwin
Contributor
0 Kudos

Hi santhosh,

U open main window and goto Change editor, if u fine the gap u compress it.

otherwise u check the value whether it's right justified or left justified. the currency field should be right justified.

i think it will solve ur problem otherwise let me.

Regards,

Saran

Former Member
0 Kudos

yes, but now i want that currency field to left justified .

can i try like this : Rs.Rs.&SYMBOL(L)&&t_final-lv_itot&

Please give me solution for that this is very urgent

Former Member
0 Kudos

Hi Santhosh,

Try the following it might work for you.

&'RS.' t_final-lv_itot&

place the RS. in qoutes, that way even if the amount is left aligned RS. will be printed before tha numeric amount without any gaps.