Problems with subform links in a html view
I have a new html view in my app that list a few contacts. Each contact have his/her projects. To see the contact's projects you can click on the field Tareas that in fact is a subform link (it's a formula field), like this:
((("<u='#' onclick=\"window.open('http://creator.zoho.com/" + zoho.adminuser) + "/app-coin/view/EProyectos/criteria/Cliente=") + Nombre) + "/','popup','width=900,height=400,location=no')\">Ver Proyectos"
The problem is that this link doesn't works in my html view. The field name is: "Tareas" in the "LEntidades" List.
The html view code is:
<td><font color=Black><%=LEntidades.Nombre%></font></td>
<td><font color=Black><%=LEntidades.Telefono%></font></td>
<td><font color=Black><%=LEntidades.Web%></font></td>
<td><font color=Black><%=LEntidades.Municipio%></font></td>
<td><font color=Black><%=LEntidades.Tareas%></font></td>
How can I do to make work the LEntidades.Tareas subform link?????
It makes me crazy!!!!!!
Lot of thanks!!!