Message 1 of 3
Problem with my Rule

Not applicable
06-22-2015
04:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I made this rule for supressing files:
Select Case Anitrieb
Case 0
Component.IsActive("Motor-WSS:1") = 1
Component.IsActive("Motor-WSS:2") = 1
Component.IsActive("Motor-WSS:3") = 1
Component.IsActive("H+D:1") = 0
Component.IsActive("H+D:2") = 0
Component.IsActive("H+D:3") = 0
Case 1
Component.IsActive("Motor-WSS:1") = 0
Component.IsActive("Motor-WSS:2") = 0
Component.IsActive("Motor-WSS:3") = 0
Component.IsActive("H+D:1") = 1
Component.IsActive("H+D:2") = 1
Component.IsActive("H+D:3") = 1
End Select
It works for case 0. But when i use case 2 then i have an Error in my browser and the components H+D are gone: