Index: ProScan/UI/PalletScherm.pas =================================================================== diff -u -r427 -r436 --- ProScan/UI/PalletScherm.pas (.../PalletScherm.pas) (revision 427) +++ ProScan/UI/PalletScherm.pas (.../PalletScherm.pas) (revision 436) @@ -80,6 +80,7 @@ //popups resetten UiContext.IsDirecteLeveringPopupGetoond := false; UiContext.IsWegwerpPalletPopupGetoond := false; + UiContext.IsExportPopupGetoond := false; UiContext.InternVhossId := ''; end else if (UiContext.Modus = modusKAD) then begin Self.ModalResult := mrDnaCode; Index: ProScan/UI/DnaCodeScherm.pas =================================================================== diff -u -r435 -r436 --- ProScan/UI/DnaCodeScherm.pas (.../DnaCodeScherm.pas) (revision 435) +++ ProScan/UI/DnaCodeScherm.pas (.../DnaCodeScherm.pas) (revision 436) @@ -465,6 +465,8 @@ end; ii := ii + 1; end; + end else begin + imgExport.Visible := true; end;