Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/02/2002, 19:24
Avatar de Aston
Aston
 
Fecha de Ingreso: mayo-2001
Ubicación: Madrid
Mensajes: 933
Antigüedad: 24 años
Puntos: 0
Re: problema para repetir registros


Do while Not rs.EOF
<tr>
<td width="12%">Viernes</td>
<td width="11%"><%=(rs.Fields.Item(&qu ot;HORA1").Value)%></td>
<td width="13%"><%=(rs.Fields.Item(&qu ot;HORA2").Value)%></td>
<td width="13%"><%=(rs.Fields.Item(&qu ot;HORA3").Value)%></td>
<td width="13%"><%=(rs.Fields.Item(&qu ot;HORA4").Value)%></td>
<td width="13%"><%=(rs.Fields.Item(&qu ot;HORA5").Value)%></td>
<td width="13%"><%=(rs.Fields.Item(&qu ot;HORA6").Value)%></td>
</tr>
rs.MoveNext
Loop

Espero te sirva, saludos. :)

<a href="http://www.laventanita.net/" target="_blank">
<img src="http://www.breogan.org/images/Aston.gif" border="0" alt="La Ventanita.net - Lo imprescindible en la red"></a>