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

scripts

Former Member
0 Likes
608

Hi,

How to heading in one line.

like

document no created on created by document by net value

in same line.

Am not able to give space b/n them.

regards,

Nasru

4 REPLIES 4
Read only

Former Member
0 Likes
587

Hi,

Create a Paragraph Format first

Define TAB settings for that Paragraph

for the different fields

and use that paragraph like:

ZA &Field1&,, &field2&,, &Field3&,, &field42&

here ZA is the paragraph

,, indicates the space that was defined in TAB settings

reward points if useful

regards,

ANJI

Read only

Former Member
0 Likes
587

Hi,

Create a Paragraph format and create tab spaces as the space u needed, and use that paragraph format while displaying that contents

Regards,

Krishna K.

Read only

Former Member
0 Likes
587

HI,

Create a Paragraph format in the Script, there you need to select the TAB button ,then enter the TAB position. enter like 1, 10 , 30, 40

then come to Script editor(Line editor), write like bleow

<b>document no,, created on,, created by,, document by net value</b>

Even if you give the Space directly in the Line edotor then the spave will be taken into output. but make sure that your winodw also need that much of the length.

Regards

Sudheer

Read only

Former Member
0 Likes
587

Thank u