how to get the lost focus in SSTAB
hi all,
I have a SSTab control and i have 5 tabs in it.
i enable and make visible some controls when i click on 2nd table.
I want to make is visible false when i click on the other tab ro any other control in the form , my form background is not exposed. Its compactly covered by all controls.
so when i loose focus from 2nd tab i want to make the visibility false ( its a runtime created control, which is in 2nd tab).
my question, i dont to write code in each and evry control in the form , infact when come out of the 2nd tab it should be fired.
I tried with sstab lostfocus, it doesn't work !!!
Re: how to get the lost focus in SSTAB
I have always had bad luck with lost focus and got focus events. They seem very unpredictable to me. So I always do it in code instead.
Sorry, just my two cents.