--- oup/current/Global/Exporters.pas 2007/02/21 03:28:48 111 +++ oup/current/Global/Exporters.pas 2007/02/25 17:20:22 113 @@ -73,7 +73,7 @@ begin if Length(ExportHandlers) > 0 then for i := 0 to High(ExportHandlers) do if ExportHandlers[i].Ext = fileinfo.Extension then - ExportHandlers[i].Handler(ConnectionID, FileID, filename); + Result := ExportHandlers[i].Handler(ConnectionID, FileID, filename); end;