Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi;
I want to change iparts with Multivalue setlist, in Form box. I created 4 multivalues. But, unfortunately, I couldn't run the rule as necessary.
My code as below. and there are two screenhoots.
MultiValue.SetList("Type", "Type-01", "Type-02", "Type-03", "Type-04") If iProperties.Value("Project", "Type-01") Then iPart.ChangeRow("Radiator_study:1", "Type-01") End If If iProperties.Value("Project", "Type-02") Then iPart.ChangeRow("Radiator_study:1", "Type-02") End If If iProperties.Value("Project", "Type-03") Then iPart.ChangeRow("Radiator_study:1", "Type-03") End If If iProperties.Value("Project","Type-04") Then iPart.ChangeRow("Radiator_study:1", "Type-04") End If
Solved! Go to Solution.