This topic is locked

If Then statement

5/6/2007 5:02:25 AM
ASPRunnerPro General questions
ncreveld author

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

Sergey Kornilov admin 5/7/2007

Nico,
I think you can use "View as" type "Custom" for this purpose.