Ver Mensaje Individual
  #19  
Antiguo 18-03-2011
leofuentes21 leofuentes21 is offline
Miembro
NULL
 
Registrado: feb 2011
Ubicación: la ceiba, atlantida
Posts: 66
Reputación: 15
leofuentes21 Va por buen camino
gracias me sirvio la informacion.
y le hice unos arreglos al codigo cuando llamaba a la qry.
aki
Código Delphi [-]
frmReporteFecha:=TfrmREPORTEFECHA.CREATE(NIL);
try  frmReporteFecha.qry1.ParamByName('FECHASOLICITUD1').AsString:=DateToStr(dtp1.Date); 

frmReporteFecha.qry1.ParamByName('FECHASOLICITUD2').AsString:=DateToStr(dtp2.Date);
        frmReporteFecha.qry1.Active:=True;
        frmReporteFecha.Reportefecha.preview;
        finally
        frmReporteFecha.Reportefecha.Free;
        end;
Responder Con Cita