I have two fields id and desc
How should the fields be referenced in the htm code? I have tried many format included <%variable%> ... doesn't work.
<html>
<table>
<tr>Id</th> <th>Desc</th>
<tr valign="top">
<td><%id%></td>
<td><%desc%></td>
</tr>
</table>
</html>
How should the fields be referenced in the htm code? I have tried many format included <%variable%> ... doesn't work.
<html>
<table>
<tr>Id</th> <th>Desc</th>
<tr valign="top">
<td><%id%></td>
<td><%desc%></td>
</tr>
</table>
</html>