2007-11-28 17:40:31 +00:00
|
|
|
unit uIDataModuleFacturasClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
2008-11-14 20:04:09 +00:00
|
|
|
SysUtils, uROTypes, uIntegerListUtils;
|
2007-11-28 17:40:31 +00:00
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleFacturasClienteReport = interface
|
|
|
|
|
['{F498AC70-AA38-4C06-B301-85A4AC0B210B}']
|
2008-11-14 20:04:09 +00:00
|
|
|
function GetReport(const AListaID: TIntegerList): Binary;
|
2015-09-10 14:47:04 +00:00
|
|
|
function GetRptPDFFactura(const AID: Integer): Binary;
|
2007-11-28 17:40:31 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|