Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good morning,
I ran into a problem, below is an example code i use
Goal; Switch between iPart variants inside an assembly using a form.
Problem; The code only works once, when i switch iPart variant the componentname changes and the code can't find the component it needs to change anymore.
Example; I have rem0 in my assembly, i filled 'Rem0' in the 'componentname' field and save the code. I fill in 'remoptie=2' in my forms and iLogic changes the variant of my iPart from component Rem0 to Rem2. Now this worked fine. But when i want to change again the componentname it looks for is still 'Rem0', while 'Rem2' is now active in my file, so the code cant find it.
Solved! Go to Solution.