Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/10/2003, 13:18
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Creo que sería masomenos así:


<%
Producto = ""

Do while not rs.eof

If rs("Producto") <> Producto
Response.Write Rs("Producto") & ": " & rs("tinta")
Else
Response.Write " " & rs("tinta")
End if

Producto = rs("Producto")
rs.MoveNext
Loop
%>
__________________
...___...