Message 1 of 4
Monitor parameter change

Not applicable
11-10-2014
11:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way of monitoring for parameter changes and then running subroutines or other things based on the change, like:
If HouseColor *changes* Then Call PaintHouse() End IF
I'm looking to do this for a multi-value string parameter thats in a form as a combo box.
Preferrably I would like to see this done without any external files as I am trying to create a .ipt that contains everything for the thing I'm working on.
Is this possible?