Index: DOM/EC/Winkelkar/GroepLijn.cls.xml =================================================================== diff -u -r30741 -r40378 --- DOM/EC/Winkelkar/GroepLijn.cls.xml (.../GroepLijn.cls.xml) (revision 30741) +++ DOM/EC/Winkelkar/GroepLijn.cls.xml (.../GroepLijn.cls.xml) (revision 40378) @@ -50,7 +50,7 @@ while (Iterator.HasNext() && (Groep = "")) { set Lijn = Iterator.Next() - if (Lijn.%Extends("DOM.EC.Winkelkar.GroepLijn")) { + if $IsObject(Lijn) && (Lijn.%Extends("DOM.EC.Winkelkar.GroepLijn")) { #dim GroepLijn As DOM.EC.Winkelkar.GroepLijn = Lijn if (GroepLijn.Naam = GroepNaam) {