Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Looking for some help, possibly an easy solution, just can't figure it out.
I have a multi value list of: 1000,1500,2000
When i select one of these from my form i want iLogic to change the iPart to the correct size.
I can do this with 1000 and 1500. Because i have the names to change the iPart. But when i add 2000 then i don't have the correct part name to change them back. If this makes sense?
I have attached my code, if anyone could help me with my code to add 2000, so can select 1000, 1500, 2000 and will always change that would be much appreciated.
Thomas.
If iPart_Size_Change = 1500 Then iPart.ChangeRow("UNLP-5132-17:6", "UNLP-5131-17") End If If iPart_Size_Change = 1000 Then iPart.ChangeRow("UNLP-5131-17:6", "UNLP-5132-17") End If If iPart_Size_Change = 1500 Then iPart.ChangeRow("UNLP-5132-17:5", "UNLP-5131-17") End If If iPart_Size_Change = 1000 Then iPart.ChangeRow("UNLP-5131-17:5", "UNLP-5132-17") End If
Thomas Savage
Design Engineer
Solved! Go to Solution.