Ver Mensaje Individual
  #2  
Antiguo 07-06-2008
Avatar de poliburro
[poliburro] poliburro is offline
Miembro Premium
 
Registrado: ago 2004
Ubicación: México D.F
Posts: 3.068
Reputación: 23
poliburro Va por buen camino
Código Delphi [-]

q_cobranza.SQL.text := 
   '  Select * from Cuen01 where FECHA_APLI > "' +  
    Formatdatetime('yyyy/mm/dd',fecha1.Date) + '" And ' + 
   ' FECHA_APLI<= "' +  Formatdatetime('yyyy/mm/dd',fecha2.Date + '"' ;
__________________
Conoce mi blog http://www.edgartec.com
Responder Con Cita