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;