Suppose I have 2 tabs with parameters to be set and two buttons under them, one serves to Ok the procedure and do the math, the other clears the values entered by the user to their defaults.
What I'd like to do is to make the Clear button sensitive to whatever tab is currently active. So if I'm in Tab 1 and press "Clear", only the Tab 1 values are back to their defaults. Is there an easy way to do this?
I also realize having a clear button on each tab might be easier to do, but I don't think it'd look as good. Though I might consider this or just resetting all the values if there is no clean alternative.