Skip to Content
Menú
This question has been flagged
3 Respostes
8538 Vistes

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.

Avatar
Descartar
Best Answer

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!

Avatar
Descartar
Autor

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...!!!

Best Answer

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

Avatar
Descartar

it is not working in openoffice rml report.

Best Answer

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.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de març 15
6847
1
de març 15
264
1
de març 15
4698
1
de març 15
4693
0
de febr. 19
3064