‎2007 Apr 19 2:07 PM
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
‎2007 Apr 19 2:13 PM
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
‎2007 Apr 19 2:13 PM
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.
‎2007 Apr 19 2:16 PM
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
‎2007 Apr 24 10:42 AM