Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/06/2004, 11:24
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años
Puntos: 7
Lo recomendable seria

if (dataset is nothing) or (dataset.tables(TU_TABLA).rows.count=0) then
'el dataset esta vacio
'la comparacion con nothing te protege de que el dataset no llegue a formarse
end if