2007-11-28 17:40:31 +00:00
|
|
|
unit uIDataModulePresupuestosClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
2008-10-03 17:15:51 +00:00
|
|
|
uROTypes, uIntegerListUtils;
|
2007-11-28 17:40:31 +00:00
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModulePresupuestosClienteReport = interface
|
|
|
|
|
['{70CEBB06-376F-4363-B80F-DDA4324E0F85}']
|
2008-10-03 17:15:51 +00:00
|
|
|
function GetRptPresupuestos(const AListaID: TIntegerList): Binary;
|
|
|
|
|
function GetRptPDFPresupuesto(const AID: Integer): Binary;
|
2007-11-28 17:40:31 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|