Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, community,
I am trying to make a list box visibility dynamic, which is controlled by the selection of the previously selected fields. I can grey out the list box by using a boolean parameter. But I want to remove the visibility of the list box entirely. How can I accomplish such a task with iLogic?
Thank you.
enable_subcategory = False
Select Case Cabinet_type
Case "Corner base"
enable_subcategory = True
MultiValue.SetList("Cabinet_Subcategory", "none", "Sink base")
Select Case Cabinet_Subcategory
Case "none"
MultiValue.SetList("unit_width", "33 in", "36 in")
End Select
End Select
Solved! Go to Solution.