Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
8554 Переглядів

Hi,

I create a report that displays a list of customers. now how i can display line number ?

N° Name

1 Customer A...

2 Customer B---

3 Customer C...

... ...

Thanks.

Аватар
Відмінити
Найкраща відповідь

Hi Jean,

It is pretty easy...

Use the tags <seqreset id="seq" /> before entering the loop and within the loop use <seq id="seq">.</seq>

Have a nice day!

Аватар
Відмінити
Автор

Thank you its works now .so how to do it from openoffice without touching the rml file?

I don't know b/c I am always working directly in ReportLab (RML) as everything else is just a mess and lost in translation...but maybe you can just put these tags in the plain file (text editor instead of open/libre office) too (SXW = Sun XML Writer - http://en.wikipedia.org/wiki/OpenOffice.org_XML). Let me know if it worked for you, then I can edit my answer and add this hint.

Please do not forget to mark my answer correct in order to show other users, that it worked and your question is answered!

Hi, i tried your answer and it worked for me, when i take the print for first time it came as 1....2...3.. but when i took the print for second time the numbering sequence starts from the number where it stopped in the first print. i.e, if i've 10 customers when i take the print of list of customers for the first time the sequence was 1.2.3.4.5.6.7.8.9.10. properly but when i print the same thing for second time in the print it is starting from 11.12.13.14.15..16.... so am i going wrong anywhere can u please suggest me..Thanks in advance...!!!

Найкраща відповідь

Hi,

in openoffice you can use setTag(‘para’,’xpre’) :

[[ setTag('para','seqreset',{'id':'seq'}) or removeParentNode('para')  ]]

in N° : i think it must pass by rml file : if use <seq id="seq"></seq> then generate a rml file without sxw its display a

&lt;seq id="seq"&gt;&lt;/seq&gt;

In RML, you can't use the characters "<", ">" or "&" inside any display elements such as drawString or para.

rml2pdf-userguide.pdf

Аватар
Відмінити

it is not working in openoffice rml report.

Найкраща відповідь

In OpenOffice you can acheive this through Format/Bullet and Numbering, when openoffice convert file sxw to rml then it will convert it "seq" tag.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
бер. 15
6859
1
бер. 15
264
1
бер. 15
4701
1
бер. 15
4696
0
лют. 19
3072