Ver Mensaje Individual
  #1  
Antiguo 11-09-2008
Avatar de JoysticK
JoysticK JoysticK is offline
Miembro
 
Registrado: abr 2004
Posts: 68
Reputación: 21
JoysticK Va por buen camino
Reiniciar variable TDate...

Hola, ya estamos por aqui con otra duda... estoy intentando hacer algo pareceido a esto...

variable1: TDate;


If Not fecha.isnull Then
variable1 := fecha.value
else
variable1 := Null;


pero recibo error en variable1 := Null .... como se vacia/reinicia una variable tipo date ?
__________________
Borland Delphi XE2 // Interbase Server
Responder Con Cita