Possibility to lock or unlock parameters inside rules or reactions
Possibility to lock or unlock parameters inside rules or reactions
(OP)
Hi Guys,
I am planning to lock or unlock speciifc parameters based on the requirement through rules or reactions. But I am unable to achieve this. Please let me know if some one has successfully locked or unlocked a parameter inside a rule editor. Thanks in advance.
I am planning to lock or unlock speciifc parameters based on the requirement through rules or reactions. But I am unable to achieve this. Please let me know if some one has successfully locked or unlocked a parameter inside a rule editor. Thanks in advance.





RE: Possibility to lock or unlock parameters inside rules or reactions
Here is a rule
create integer.1 and string.1
if Integer.1 == 1
{
String.1 = "Lock"
String.1.Constant = true
}
else
{
String.1 = "UnLock"
String.1.Constant = false
}
Reaction would be the same with the trigger being Integer.1
Regards,
Derek
Win XP64
21SP6/22SP4, 3DVIA Composer 2013X, ST R20
Dell T7400 16GB Ram
Quadro FX 4800 - 1.5GB