Index: BL/Flow/RecuPak/Main.cls.xml =================================================================== diff -u -r1074 -r2683 --- BL/Flow/RecuPak/Main.cls.xml (.../Main.cls.xml) (revision 1074) +++ BL/Flow/RecuPak/Main.cls.xml (.../Main.cls.xml) (revision 2683) @@ -179,7 +179,7 @@ SELECT ID,Product,Aantal INTO :ID,:PRNr,:Aantal FROM Flow_RecuPak.Historiek - WHERE Klant=:KLNr and Aantal<>0 and Levering is null and Beweging="I") + WHERE Klant=:KLNr and Aantal<>0 and Levering is null and Beweging='I') ;aanvullen SQL met TyPes = ??? &sql(OPEN C1) For &sql(FETCH C1) Quit:(SQLCODE '= 0) Do