Hi Here is the code you must modify
<% for J=0 to ubound(FormField) %> <% if clng(DisplayField(J)) = -1 then %> <td align="center" nowrap class="<%=ThisClass%>"><a href="linkHere"><%=Rs(SearchField(J))%></a></td> <% end if next %>
In red what you must add and in bold the link you must create to your detail page. You must also detect which is the field number return you the id
Gianluigi |
|
|