Tema: Por qué?
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 26/06/2002, 01:44
Avatar de TomaHawkk
TomaHawkk
 
Fecha de Ingreso: diciembre-2001
Ubicación: España
Mensajes: 422
Antigüedad: 23 años, 5 meses
Puntos: 1
Re: Por qué?

Prueba así,

Código:
 
If rs.Fields("Fill_Form_pay") = True then
If not isnull(Frs.Fields("Comment")) and Frs.Fields("Comment") <> "" Then
Response.Write Frs.Fields("Comment")
Else
Response.write "No Comments available."
End If 
Else
Response.write "No Comments available."
End If
En principio todo parece estar bien, tal vez el campo este vacio o es nulo

Saludos.