Index: BL/Derde/Agenda/Agenda.cls.xml
===================================================================
diff -u -r2683 -r2687
--- BL/Derde/Agenda/Agenda.cls.xml (.../Agenda.cls.xml) (revision 2683)
+++ BL/Derde/Agenda/Agenda.cls.xml (.../Agenda.cls.xml) (revision 2687)
@@ -999,7 +999,7 @@
%SQLQuery
UserID:%Integer,Datum:%Date,Types:%String
Naam,Leverancier->Naam,Prospect,Architect->Naam,OngekendeArchitectNaam,Eindgebruiker->Adres_Naam) as Naam,
Straat,Gemeente,PostCode,Land->Code as Land,
TekstKort,SubID,Afstand
Index: BL/Blum/Facturatie.cls.xml
===================================================================
diff -u -r2588 -r2687
--- BL/Blum/Facturatie.cls.xml (.../Facturatie.cls.xml) (revision 2588)
+++ BL/Blum/Facturatie.cls.xml (.../Facturatie.cls.xml) (revision 2687)
@@ -95,7 +95,7 @@
&sql(DECLARE PrintAll CURSOR FOR
SELECT ID
INTO :ID
- FROM Blum.Facturen where ((Printed <> 1) or (Printed is null)) and FactuurType<>"F")
+ FROM Blum.Facturen where ((Printed <> 1) or (Printed is null)) and FactuurType<>'F')
Set Cnt=0
&sql(OPEN PrintAll)
For &sql(FETCH PrintAll) Quit:SQLCODE Do