Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
4898 Lượt xem

Kindly take a look at this code and correct me if i am wrong

The following code

 <blockTable style="Table4">
  <tr>
    <td>
      <para style="P26">
              <seqReset id="seq_1"/>
      </para>
    </td>
 </tr>
</blockTable>
<blockTable style="Table4">
  <tr>
    <td>
      <para style="P26">  <seq id="seq_1"/>.<seq id="seq_2"/>   </para>
    </td>
 </tr>
</blockTable>

Outputs:

1..1

1..2

1..3

Whereas the following code

 <blockTable style="Table4">
  <tr>
    <td>
      <para style="P26">
              <seqReset id="seq_1"/>
      </para>
    </td>
 </tr>
</blockTable>
<blockTable style="Table4">
  <tr>
    <td>
      <para style="P26">  <seq id="seq_1"/><seq id="seq_2"/>   </para>
    </td>
 </tr>
</blockTable>

Outputs:

11

12

13

What i actually require is

1.1

1.2

1.3

I am implementing this report for openerp7 module. Kindly Clarify. Thanks for your time.

Ảnh đại diện
Huỷ bỏ

really strange one!

Câu trả lời hay nhất

this workes for me: 

<para style="P26"><seq id="seq_1"/><font>.</font><seq id="seq_2"></para


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 7 24
8405
0
thg 4 17
3146
1
thg 4 17
4536
0
thg 3 15
4642
1
thg 3 15
5205