Index: accept/models/lbx/LBX Configurator,1.0.0.xml =================================================================== diff -u -r2023 -r2030 --- accept/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 2023) +++ accept/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 2030) @@ -324,7 +324,7 @@ - + @@ -721,7 +721,7 @@ - + @@ -837,7 +837,7 @@ - + @@ -2872,15 +2872,16 @@ ;data.kenmerken.toepassing@value;data.kenmerken.meenemerset@value; - BEHAVIOR.IsEconAX and (BEHAVIOR.OperationMode == "New") //Bij een edit zou bij toepassing L het rugwandmateriaal soms onterecht terug op Hout springen + BEHAVIOR.IsEconAX -If (BEHAVIOR.IsInteractive) then +If (((BEHAVIOR.IsInteractive) and (BEHAVIOR.OperationMode == "New")) or (not((BEHAVIOR.IsInteractive)) and (GetArg("data;kenmerken;rugwandmateriaal") == ""))) then //Bij een edit zou bij toepassing L het rugwandmateriaal soms onterecht terug op Hout springen if (UI.Kenmerken.Toepassing == "SP") then DATA.Kenmerken.RugwandMateriaal = "Staal" else DATA.Kenmerken.RugwandMateriaal = "Hout" end if; end if; + local string Dummy = DATA.Kenmerken.SpaceStep.Uitvoering; //RugwandMateriaal wordt leeggehaald bij SST uitvoering <> "Volledig" //->wanneer opnieuw volledig wordt gekozen wordt RugwandMateriaal opnieuw gedefaulteerd