Ver Mensaje Individual
  #3  
Antiguo 06-12-2004
noeres noeres is offline
Registrado
 
Registrado: dic 2004
Posts: 6
Reputación: 0
noeres Va por buen camino
Hola, podés probar con esto:



Table1.FieldByName('Fecha').AsDateTime := DateTimePicker1.Date;



O sino:



Table1.FieldByName('Fecha').AsString := DateToStr(DateTimePicker1.Date);





Espero te sirva.
Responder Con Cita