Hi,
search this line <td align="left" valign="top" class="<%=ThisClass%>" wrap><%=Rs(SearchField(J))%></td>
and modify with this
<td align="left" valign="top" class="<%=ThisClass%>" wrap><%=Rs(SearchField(J))%> <% if SearchField(J) = "YourPriceField" then response.write("L.") end if %> </td>
Be sure to replace the YourPriceField with the right name of your price field you get from the recordset, I write it in Yellow
Gianluigi
|
|
|