[quote="asacur"]Hi

I've got a problem with a report, because when I create it, the first two pages 
appear blank and the info starts showing at the third page.
We do some recursion on a table, and then we load the information on a variable.
The recursion doesn't add any data, and that creates a lot of <tr> and <td>

How can I fix this???

Thank you.[/quote]

removeParentNode('tr') or removeParentNode('para')

I use it like this:
[[ format(o.field) or removeParentNode('tr') ]]

If o.field is missing (false) the second part is evaluated which removes the tr 
or the para

Regards,
Alex




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=49414#49414

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to