콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
8714 화면

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.

아바타
취소
관련 게시물 답글 화면 활동
1
3월 15
7057
1
3월 15
264
1
3월 15
4824
1
3월 15
4831
0
2월 19
3199