
Cita:
estado=ucase(trim(request.form("estado")))
En los IF
Cita:
if estado = "VIGENTE" then
sql="select Count (*) As Vigente from Prop_Ind where estado = 'Vigente'"
vigente=+1
%>vigentes<%response.Write(vigente)
elseif estado = "TRAMITE" then
sql="select Count (*) As Tramite from Prop_Ind where estado = 'Tramite'"
Tramite=+1
%>Tramite<%response.Write(Tramite)
else
if Caduca = "CADUCA" then
sql="select Count (*) As Vigente from Prop_Ind where estado = 'Vigente'"
vigente=+1
%>vigentes<%response.Write(vigente)
elseif estado = "TRAMITE" then
sql="select Count (*) As Tramite from Prop_Ind where estado = 'Tramite'"
Tramite=+1
%>Tramite<%response.Write(Tramite)
else
if Caduca = "CADUCA" then


pues voy a ser lo que me dices; porque ya no se si soy yo, mi maquina o el codigo, luego te aviso que onda
Ah!, segun yo es un contador; como si dijera:
