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;
|
2024-08-07 13:46:47 +00:00
|
|
|
function GetRptPDFContrato(const AID: Integer; AVerCondiciones: Boolean = false; const Firmado: Boolean = False): Binary;
|
2019-11-18 10:36:42 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|