Message 1 of 3

Not applicable
12-28-2010
09:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to use a rule to toggle a radio button to select from 2 options: Standard or Custom
This rule then runs one of 2 other rules, depending upon the selection:
'Get user input for custom or standard size Standard = InputRadioBox("Select size Type", "Standard Sizes", "Custom Size", Standard, Title := "Standard or Custom") 'Run rule based on selection If Standard = True Then iLogicVb.RunRule("Standard Size") Else iLogicVb.RunRule("Custom Size") End if
But the problem is choosing one rule (for instance Custom Size) results in the running the Custom rule then the Standard rule right afterward. Chooseing the Standard rule, gets the opposite results.
Attached is a simple example of this issue (in 2010 format). Is there a way to set this up to choose which rule to run?
Thanks in advance.
P.S. The goal here is to choose between rules. I'm sure throwing one or the other of the 2 message boxes could be done in just 1 rule, but that's not really the end goal.
Solved! Go to Solution.