Hi first of all I want to tell you that your software is the BEST especially after the last update.
I want to heve the If then statement so Ik can show or not show a field if an other field is not empty.
Here some code from the application.
<TD class=shade style="BACKGROUND-COLOR: #e1ecfd">Title</TD>
<TD style="BACKGROUND-COLOR: #ecf7ff">{$row.1TITEL_value}</TD>
NOW if the field {$row.1TITEL_value} is not empty then show,
<TD class=shade style="BACKGROUND-COLOR: #e1ecfd">Remarks</TD>
<TD style="BACKGROUND-COLOR: #ecf7ff">{$row.1IMPRINT_value}</TD>
Thanks
Nico