Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/06/2003, 18:32
Garza
 
Fecha de Ingreso: junio-2003
Ubicación: Nuevo Laredo
Mensajes: 10
Antigüedad: 21 años, 10 meses
Puntos: 0
Ayuda error Expected Statement

Buenas tardes, necesito de su ayuda, soy nuevo en ASP y al ejecutarlo me aparece el mensaje Expected Statement en la linea 82

Gracias por adelantado

Ernesto Garza

este es parte del programa:

<% set rcsCuentagastos=oConn.execute("Select * from Cuentagastos where Numerotrafico = '" & rcsCuentagastos("Numerotrafico") & "'")

<% do while not rcsCuentagastos.eof %> ' line82

<% if Par=1 then Par=0 else Par=1 %>
<% if Par=1 then Response.write "<TR BGCOLOR=#EAEAEA>" else Response.write "<TR BGCOLOR=#C0C0C0>" %>



<TD><Font Size = 1 ><% Response.Write "<a href=" & Comillas & "/scripts/InformacionTrafico.asp?Numerocuentagastos=" & LeecampoTexto(rcsCuentagastos("Numerocuentagastos" )) & Comillas & ">" & LeecampoTexto(rcsCuentagastos("Numerocuentagastos" )) & "</big>"%> </font> </TD>
<TD><Font Size = 1 ><% Response.Write LeecampoTexto(rcsCuentagastos("Fecha")) %></font></TD>
<TD><Font Size = 1 ><% Response.Write LeecampoTexto(rcsCuentagastos("Numerotrafico")) %></font></TD>
<TD><Font Size = 1 ><% Response.Write LeecampoTexto(rcsCuentagastos("Numerosfacturas")) %></font></TD>

<% strSQL = strSQL & "Order by Fecha"
set rcsTrafico=oConn.execute(strSQL) %>

<% i=i+1 %>
<% rcsCuentagastos.movenext %>


<% Loop %>