Problemas HTML de Velázquez
Publicado por Jordi (5 intervenciones) el 13/07/2005 13:58:04
Tengo problemas con el HTML de Velázquez. Me he creado una búsqueda sobre unas facturas, para que solamente me deben sacar los del cliente en cuestión. Hasta ahí capto las cosas. Con lo que en propiedades me he definido una rejilla a en la que volcará los resultados de la búsqueda. Y quiero que me las pase a HTML con lo que me he generado ese HTML gracias a la opción Objeto / Crear html del objeto. Pues bien, en la rejilla sí se muestran los resultados pero en HTML no.Me muestra el diseñño de la tabla pero sin rellenar los campos. El código generado por Velázquez es similar a este:
<tr bgcolor=#00009B>
<td align=left valign=baseline width=110><font face="Times New Roman" size=3 color=#E8D8B0><b>Código</b></font></td>
<td align=left valign=baseline width=142><font face="Times New Roman" size=3 color=#E8D8B0><b>Nombre del cliente</b></font></td>
<td align=left valign=baseline width=134><font face="Times New Roman" size=3 color=#E8D8B0><b>Ejercicio</b></font></td>
<td align=left valign=baseline width=178><font face="Times New Roman" size=3 color=#E8D8B0><b>Fecha entrada</b></font></td>
<td align=left valign=baseline width=224><font face="Times New Roman" size=3 color=#E8D8B0><b>Nombre del cliente</b></font></td>
<td align=left valign=baseline width=99><font face="Times New Roman" size=3 color=#E8D8B0><b>Total</b></font></td>
</tr>
<AVPR>
<tr>
<td align=left valign=top width=110><font face="Times New Roman" size=3 color=#000000><b>#AVP%CODIGO%</b></font></td>
<td align=left valign=top width=142><font face="Times New Roman" size=3 color=#000000><b>#AVP%NOMBRE-FISCAL%</b></font></td>
<td align=left valign=top width=134><font face="Times New Roman" size=3 color=#000000><b>#AVP%EJERCICIO%</b></font></td>
<td align=left valign=top width=178><font face="Times New Roman" size=3 color=#000000><b>#AVP%FECHA%</b></font></td>
<td align=left valign=top width=224><font face="Times New Roman" size=3 color=#000000><b>#AVP%NOMBRE-FISCAL%</b></font></td>
<td align=left valign=top width=99><font face="Times New Roman" size=3 color=#000000><b>#AVP%TOTAL-FINAL%</b></font></td>
</tr>
</AVPR>
</table>
Si alguien puede decirme el por qué falla se lo agradecería mucho. Muchas gracias y un saludo
<tr bgcolor=#00009B>
<td align=left valign=baseline width=110><font face="Times New Roman" size=3 color=#E8D8B0><b>Código</b></font></td>
<td align=left valign=baseline width=142><font face="Times New Roman" size=3 color=#E8D8B0><b>Nombre del cliente</b></font></td>
<td align=left valign=baseline width=134><font face="Times New Roman" size=3 color=#E8D8B0><b>Ejercicio</b></font></td>
<td align=left valign=baseline width=178><font face="Times New Roman" size=3 color=#E8D8B0><b>Fecha entrada</b></font></td>
<td align=left valign=baseline width=224><font face="Times New Roman" size=3 color=#E8D8B0><b>Nombre del cliente</b></font></td>
<td align=left valign=baseline width=99><font face="Times New Roman" size=3 color=#E8D8B0><b>Total</b></font></td>
</tr>
<AVPR>
<tr>
<td align=left valign=top width=110><font face="Times New Roman" size=3 color=#000000><b>#AVP%CODIGO%</b></font></td>
<td align=left valign=top width=142><font face="Times New Roman" size=3 color=#000000><b>#AVP%NOMBRE-FISCAL%</b></font></td>
<td align=left valign=top width=134><font face="Times New Roman" size=3 color=#000000><b>#AVP%EJERCICIO%</b></font></td>
<td align=left valign=top width=178><font face="Times New Roman" size=3 color=#000000><b>#AVP%FECHA%</b></font></td>
<td align=left valign=top width=224><font face="Times New Roman" size=3 color=#000000><b>#AVP%NOMBRE-FISCAL%</b></font></td>
<td align=left valign=top width=99><font face="Times New Roman" size=3 color=#000000><b>#AVP%TOTAL-FINAL%</b></font></td>
</tr>
</AVPR>
</table>
Si alguien puede decirme el por qué falla se lo agradecería mucho. Muchas gracias y un saludo
Valora esta pregunta


0