Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/02/2002, 15:10
aleman
 
Fecha de Ingreso: febrero-2001
Ubicación: Capital Federal
Mensajes: 93
Antigüedad: 24 años, 3 meses
Puntos: 0
Re: Una complicada me parece

Ok acabo de detectar un error este paso lo deberia hacer asido while not RSpais.EOF
if not rsCountryEmail.eof then
%>
<OPTION value="<%=rspais.Fields(0)%>"<% if request("id") > 0 then%><%if rspais(0)=rsCountryEmail("country_id") then %>selected<%end if%><%end if%>><%=rspais.Fields(1)%></OPTION>
<%
rsCountryEmail.MoveNext
else
%>
<OPTION value="<%=rspais.Fields(0)%>" ><%=rspais.Fields(1)%></OPTION>
<%
end if


rspais.MoveNext
loop

Gracias, disculpas.