2007-10-26 18:19:55 +00:00
|
|
|
unit uIDataModulePresupuestosClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
uROTypes;
|
|
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModulePresupuestosClienteReport = interface
|
|
|
|
|
['{70CEBB06-376F-4363-B80F-DDA4324E0F85}']
|
2008-02-06 14:28:09 +00:00
|
|
|
function GetRptPresupuestos(const AListaID: String): Binary;
|
|
|
|
|
function GetRptWordPresupuesto(const AID: Integer): Binary;
|
2008-08-21 17:01:02 +00:00
|
|
|
function GetRptWordCertificadoTrabajos(const AID: Integer): Binary;
|
|
|
|
|
function GetRptPDFPresupuesto(const AListaID: String): Binary;
|
2007-10-26 18:19:55 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|