cancel
Showing results for 
Search instead for 
Did you mean: 

TextView. Spaces of line truncated. Text is hAlign to the left side

Former Member
0 Kudos

Hi,

I have a text to show in a TextView.

The text in my internal table (string_table, soli_tab) or in a string is correct, has the correct format with spaces.

The problem is when the textView paints it. The whole text is hAlign to the left side without bearing the blanks in mind, Only simple spaces appear .

I have tried to modify the attribute condense of the properties(wdy_attribute_format_prop) of the node/attribute of the context, but it does not work.

The text appears this way:

26489 3.712,00 *Alquiler base 01.11.04-30.11.04

27772 241,71 *Tasa de Residuos Sólidos 2006

28008 1.219,11 *Importe gastos periodo: 01.01.2006 31.12.2006

28362 3.827,07 *Alquiler base 01.12.05-31.12.05

28797 3.712,00 *Alquiler base 01.12.04-31.12.04

30216 1.172,05 *Importe gastos periodo: 01.01.2005 31.12.2005

30656 186,95 *Importe gastos periodo: 01.01.2004 31.12.2004

100000339 1.219,11 *FRA.0000028008-Importe gastos periodo:

100000340 241,71 *FRA.0000027772-Tasa de Residuos Sólidos

100000341 3.976,32 *FRA.0000000439-Alquiler base 01.01.07-3

100000818 3.976,32- *Alquiler base 01.02.07-28.02.07

100000818 3.976,32 *Cont.post.alq.base haber 01.02.07-28.02.07

100000820 3.976,32- *FRA.0000000439-Alquiler base 01.01.07-3

100000820 241,71- *FRA.0000027772-Tasa de Residuos Sólidos

100000820 1.219,11- *FRA.0000028008-Importe gastos periodo:

120001523 6.400,00 *Fianza en metálico 01.10.2004

180000317 3.976,32- *Alquiler base 01.01.07-31.01.07

Have you some solution?

Thank you.

Tomás.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Did anyone find the solution for this..

Thanks..

Former Member
0 Kudos

Have you some solution?

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Now the text is display as

A*B without spaces.

So before populating pass A ans B in seperate variables and use the statement like

MOVE A TO LV_A.

MOVE B TO LV_B.

CONCATENATE LV_A LV_B INTO LV_C SEPERATED BY SPACE.

hope this may help you.

Regards,

Priya

Former Member
0 Kudos

Hey,

thanks but this doesnt really help... because it only gives one space. the string sometimes needs more than one space. the number of spaces is not predictable.. - well in my case its not..

Thanks tho..

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

you can refer the below thread.

[;

Regards,

Priya

Former Member
0 Kudos

Hey Priya, thank you for the link..

did you understand the solution provided? - i did not.. and i was wondering if you did.

Because, how will adding another textview help.. and what is ALT+0164 option.

Thanks...