2007-10-29 19:18:51 +00:00
|
|
|
unit uIDataModuleAlbaranesClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
uROTypes;
|
|
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleAlbaranesClienteReport = interface
|
|
|
|
|
['{42C55204-5AB9-403E-8385-1A62B02D8234}']
|
|
|
|
|
function GetReport(const AID: String): Binary;
|
2008-02-07 09:59:33 +00:00
|
|
|
function GetRptWordAlbaran(const AID: Integer): Binary;
|
2007-10-29 19:18:51 +00:00
|
|
|
function GetEtiquetas(const AID: Integer; withRefCliente: Boolean): Binary;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|