This question has been flagged
2012 Views

hello!!!

please who know in RML when we have two colums ans for each column we are going to call a function using repeatin.

so how to call the repeatin.

I have tried this but its not ok


<blockTable colWidths="106.0,240.0,191.0" style="T1">

<tr>

<td>

<para style="P11">Nom Employé</para>

</td>

<td>

<para style="P11">MATRICULE</para>

</td>

</tr>

<blockTable colWidths="200.0, 70.0">

<para style="P4">[[ repeatIn(get_employee_lines(example.company_id,example.date_start,example.date_end), 'r') ]]</para>

<tr>

<td> <para style="P6">[[ o['name'] ]]</para> </td>

</tr>

</blockTable>

<para style="P9">

<font color="white"> </font>

</para>

<blockTable colWidths="200.0, 70.0">

<para style="P4">[[ repeatIn(get_matricule_line(example.company_id,example.date_start,example.date_end), 't') ]]</para>

<tr>

<td><para style="P6">[[ t['matricule'] ]]</para></td>

</tr>

</blockTable>

</blockTable>

Avatar
Discard