2019-11-18 10:36:42 +00:00
|
|
|
unit uIDataModuleContratosClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
uROTypes, uIntegerListUtils;
|
|
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleContratosClienteReport = interface
|
|
|
|
|
['{6AB7469B-842A-413E-AF33-9506477A9666}']
|
2024-05-20 16:09:11 +00:00
|
|
|
function GetRptContratos(const AListaID: TIntegerList; AVerCondiciones: Boolean = false; const TamLetra: Integer = 9): Binary;
|
2021-03-04 14:07:54 +00:00
|
|
|
function GetRptPDFContrato(const AID: Integer; AVerCondiciones: Boolean = false): Binary;
|
2019-11-18 10:36:42 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|