2011-11-14 17:40:41 +00:00
|
|
|
unit uIDataModuleContratosClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
uROTypes, uIntegerListUtils;
|
|
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleContratosClienteReport = interface
|
|
|
|
|
['{6AB7469B-842A-413E-AF33-9506477A9666}']
|
2011-11-23 16:45:58 +00:00
|
|
|
function GetRptContratos(const AListaID: TIntegerList; const VerLogotipo: Boolean): Binary;
|
|
|
|
|
function GetRptPDFContrato(const AID: Integer; const VerLogotipo: Boolean): Binary;
|
2011-11-14 17:40:41 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|