Index: VerpakkingsDefinitie/UI/NavProductScherm.pas =================================================================== diff -u -r596 -r598 --- VerpakkingsDefinitie/UI/NavProductScherm.pas (.../NavProductScherm.pas) (revision 596) +++ VerpakkingsDefinitie/UI/NavProductScherm.pas (.../NavProductScherm.pas) (revision 598) @@ -57,8 +57,8 @@ TUtil.FreeControlChildren(GridPanelLeft); TUtil.FreeControlChildren(GridPanelRight); // Reset de data. Na het verwijderen van de schermen zodat deze niet eerst updaten - ApplicationContext.ProductsContext.Reset(False); - ApplicationContext.ProductVerpakkingContext.Reset(False); + ApplicationContext.ProductsContext.Reset(); + ApplicationContext.ProductVerpakkingContext.Reset(); // Vul linkergrid TUtil.PlaatsControlOpGrid(GridPanelLeft, TFormZoekProducten.Create(GridPanelLeft, self, ApplicationContext, FProductsAgent), 0, 0); @@ -67,6 +67,7 @@ end; NAVTOONPRODUCTEN: begin + ApplicationContext.ProductVerpakkingContext.Reset(true); end; NAVTOONPRODUCT: begin