Index: VerpakkingsDefinitie/UI/ZoekProductenScherm.pas =================================================================== diff -u -r558 -r559 --- VerpakkingsDefinitie/UI/ZoekProductenScherm.pas (.../ZoekProductenScherm.pas) (revision 558) +++ VerpakkingsDefinitie/UI/ZoekProductenScherm.pas (.../ZoekProductenScherm.pas) (revision 559) @@ -72,12 +72,8 @@ FProductAgent.ZoekOpMetKortTekst(EditZoek.Text, EditKlantNr.Text, ComboBoxAt.Text, self.ApplicationContext.UserContext, self.ApplicationContext.ProductsContext); - if ApplicationContext.ProductsContext.IsOK then + if ApplicationContext.ProductsContext.IsOK = False then begin - self.Navigator.NavigeerNaar(Main.NAVZOEKPRODUCTEN); - end - else - begin // Opzoeking gefaald ErrorMessage := ApplicationContext.ProductsContext.ErrorMessage; if ApplicationContext.ProductsContext.InternalErrorMessage <> '' then