Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello friends! Happy new Year for all of you! It´s my first time that I ask for help in the Autodesk Community. I´m a beginner in iLogic, and I´m not getting solve a simple problem with my Rule. Aleays that I change the selection "MODO" ("D e i" instead of "Z1 e Z2" and vice-versa), I need run one more time for the rule sense the changing.. when the right is run one time. What´s going wrong?? Many thanks in advance!!!! C.E. Flamarion São Paulo, BR Below the programming.... -------------------------------------------------------------------------- iLogicForm.Show("FLAMA-GEARS", FormMode.Modal) If MODO = "D e i" Then iLogicForm.Show("D e i", FormMode.Modal) End If If MODO = "Z1 e Z2" Then iLogicForm.Show("Z1 e Z2", FormMode.Modal) End If ----------------------------------------------------------------------------
Solved! Go to Solution.