Ver Mensaje Individual
  #4 (permalink)  
Antiguo 31/07/2006, 13:30
Avatar de ElAprendiz
ElAprendiz
 
Fecha de Ingreso: enero-2002
Ubicación: Maipu, Chile
Mensajes: 3.706
Antigüedad: 23 años, 3 meses
Puntos: 2
bueno entonces agrega estas dos lineas para estar seguros que entra
Código:
<%
if not rslista.eof then
while not rsLista.eof %>
<TR> 
<TH><%=rsLista("codigoProd")%></TH>
<TH><%=rsLista("descripcionProd")%></TH>
<TH><%=rsLista("marcaProd")%></TH>
<TH><%=rsLista("upc")%></TH>
<TH><%=rsLista("udv")%></TH>
<TH><%=rsLista("cantidad")%></TH>
</TR> 
<% rsLista.movenext
wend
end if %>
__________________
Manual de ASP Avanzado ;-)