Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SO10 object

Former Member
0 Likes
651

Hi,

I have created Marathi letter using so10 trasaction.

Characters per line in the so10 object is 72 only.

In case of english letter 72 chara per line is sufficient because 72 eng chara occupy 90% of line space in A4 size paper but in case of marathi it occupy only 50% of line space .

Print out of marathi letter does not look nice.

So I want to increase the Characters per line. How to increase it?

Please help me.

Thank You.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
530

U can do this way...For first line create a format I1 and enter text in first line & '=' in second column so that the line gets continued and displays properly..

2 REPLIES 2
Read only

Former Member
0 Likes
531

U can do this way...For first line create a format I1 and enter text in first line & '=' in second column so that the line gets continued and displays properly..

Read only

Former Member
0 Likes
530

Hi,

Define the Paragraph format in your form with what ever the charecter format you like to use,

and give the same paragraph name in your SO10 text.

I hope it will help you