Index: APPS/PM/OL/FotoSortKeyBuilder.cls.xml =================================================================== diff -u -r32544 -r32545 --- APPS/PM/OL/FotoSortKeyBuilder.cls.xml (.../FotoSortKeyBuilder.cls.xml) (revision 32544) +++ APPS/PM/OL/FotoSortKeyBuilder.cls.xml (.../FotoSortKeyBuilder.cls.xml) (revision 32545) @@ -69,23 +69,6 @@ Set ..arSortPref("Foto1","Breedte" )=$LB(900, 600, 800, 1000, 1200, 500, 400, 700, 1100, 300) Set ..arSortPref("Foto1","Diepte" )=$LB(500, 550, 600, 450, 650) Set ..arSortPref("Foto1","ProductGamma")=$LB("AMBIALINE", "ORGALINE", "WOODLINE_Noot", "WOODLINE_Beuk", "KLINE") - - // Foto2 - Set ..arSortPref("Foto2","LadeFamilie" )=$LB($$$TBXplusDubbelwBx, $$$TBXplusGlazenBx, $$$AlleTBX, $$$TBXintivo, $$$TBXantaro, $$$NietBlum) - Set ..arSortPref("Foto2","Breedte" )=$LB(600, 500, 450, 900, 800, 1200, 1000, 400, 300, 700, 1100, 550, 275) - Set ..arSortPref("Foto2","Diepte" )=$LB(500, 650, 450, 600, 550) - Set ..arSortPref("Foto2","ProductGamma")=$LB("WOODLINE_Noot", "ORGALINE", "WOODLINE_Eik", "KLINE") - // Foto3 - Set ..arSortPref("Foto3","LadeFamilie" )=$LB($$$TBXplusGlazenBx, $$$TBXplusDubbelwBx, $$$AlleTBX, $$$TBXintivo, $$$TBXantaro, $$$NietBlum) - Set ..arSortPref("Foto3","Breedte" )=$LB(1200, 1000, 900, 800, 600, 500, 450, 400, 300, 1100, 700, 550, 275) - Set ..arSortPref("Foto3","Diepte" )=$LB(650, 500, 450, 600, 550) - Set ..arSortPref("Foto3","ProductGamma")=$LB("WOODLINE_Beuk", "ORGALINE", "WOODLINE_Noot", "KLINE") - // Foto4 - Set ..arSortPref("Foto4","LadeFamilie" )=$LB($$$TBXantaro, $$$TBXplusGlazenBx, $$$TBXplusDubbelwBx, $$$AlleTBX, $$$TBXintivo, $$$NietBlum) - Set ..arSortPref("Foto4","Breedte" )=$LB( 300, 400, 450, 500, 600, 800, 900, 1000, 1200, 700, 1100, 550, 270) - Set ..arSortPref("Foto4","Diepte" )=$LB(500, 650, 450, 600, 550) - Set ..arSortPref("Foto4","ProductGamma")=$LB("KLINE", "ORGALINE", "WOODLINE_Noot", "WOODLINE_Beuk") - Quit ]]> @@ -104,24 +87,12 @@ do ..AantepassenKenmerken.SetAt(SortKey1,"FotoSorteerSleutel1") Set SortKey2="" - ;Set SortKey2=SortKey2_..GeefDeelsleutelVoorLadeFamilie(..KenmerkObject.GetID(),"Foto2") - ;Set SortKey2=SortKey2_..GeefDeelsleutelVoorBreedte(..KenmerkObject.GetID(),"Foto2") - ;Set SortKey2=SortKey2_..GeefDeelsleutelVoorDiepte(..KenmerkObject.GetID(),"Foto2") - ;Set SortKey2=SortKey2_..GeefDeelsleutelVoorProductGamma(..KenmerkObject.GetID(),"Foto2") do ..AantepassenKenmerken.SetAt(SortKey2,"FotoSorteerSleutel2") Set SortKey3="" - ;Set SortKey3=SortKey3_..GeefDeelsleutelVoorLadeFamilie(..KenmerkObject.GetID(),"Foto3") - ;Set SortKey3=SortKey3_..GeefDeelsleutelVoorBreedte(..KenmerkObject.GetID(),"Foto3") - ;Set SortKey3=SortKey3_..GeefDeelsleutelVoorDiepte(..KenmerkObject.GetID(),"Foto3") - ;Set SortKey3=SortKey3_..GeefDeelsleutelVoorProductGamma(..KenmerkObject.GetID(),"Foto3") do ..AantepassenKenmerken.SetAt(SortKey3,"FotoSorteerSleutel3") Set SortKey4="" - ;Set SortKey4=SortKey4_..GeefDeelsleutelVoorLadeFamilie(..KenmerkObject.GetID(),"Foto4") - ;Set SortKey4=SortKey4_..GeefDeelsleutelVoorBreedte(..KenmerkObject.GetID(),"Foto4") - ;Set SortKey4=SortKey4_..GeefDeelsleutelVoorDiepte(..KenmerkObject.GetID(),"Foto4") - ;Set SortKey4=SortKey4_..GeefDeelsleutelVoorProductGamma(..KenmerkObject.GetID(),"Foto4") do ..AantepassenKenmerken.SetAt(SortKey4,"FotoSorteerSleutel4") Quit $$$OK