On my first tab the user enter some information, which is checked as they enter the info. I also have a flexgrid on the form. What I need is that the user must not be allowed to move to other tabs if the is information displayed on the FG. In the tabstrip_click I check if there is info in FG, in not well fine, otherwise I msgbox a message.
the problem is: I get the message displayed but the program shows the second or third tab selected not the first. I need to show that the first tab is selected.
thanks