Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/06/2002, 09:41
sonneman
 
Fecha de Ingreso: mayo-2002
Mensajes: 299
Antigüedad: 23 años
Puntos: 0
porque marca este error

<table border=1>
<tr>
<td><B>PRODUCTO</B></td>
<td><B>CANTIDAD</B></td>
<td><B>ID_PRODUCTO</B></td>
</TR>
<% if not (objRS.Eof) and not objRS.bof) then
while (not objRS.Eof)
%>
<tr>
<td></td>
<td><%=objrs("total_actual")%&g t; </td>
<td><%=objrs("id_producto")%&gt ;</td>
</tr>
<%
objRS.MoveNext
wend
end if
%>

El objeto no acepta esta propiedad o método: 'Eof'

/unitec/papeleria/CONSALM2.ASP, line 32



<table border=1>
<tr>
<td>
solo se que no se nada.
el que persevera alcanza.
by sonneman</td>
</tr>
</table>