Shows
<% If Not Recordset1.EOF Or Not Recordset1.BOF Then %>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
|
<% If Not Recordset1.EOF Or Not Recordset1.BOF Then %>
<%=(Recordset1.Fields.Item("Lugar").Value)%>
<% End If ' end Not Recordset1.EOF Or NOT Recordset1.BOF %>
|
<% If Not Recordset1.EOF Or Not Recordset1.BOF Then %>
<%=(Recordset1.Fields.Item("Descripcion").Value)%>
<% End If ' end Not Recordset1.EOF Or NOT Recordset1.BOF %>
|
|
<% If Not Recordset1.EOF Or Not Recordset1.BOF Then %>
<%=(Recordset1.Fields.Item("horario").Value)%>
<% End If ' end Not Recordset1.EOF Or NOT Recordset1.BOF %>
|
|
<% If Not Recordset1.EOF Or Not Recordset1.BOF Then %>
<%=(Recordset1.Fields.Item("dia").Value)%>
<% End If ' end Not Recordset1.EOF Or NOT Recordset1.BOF %>
|
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
<% End If ' end Not Recordset1.EOF Or NOT Recordset1.BOF %>