04-25-2014 10:57 AM
Hi,
I have a Tab control with 4 tabs and I would like when I go to a specific tab all the contents of that tab being updated. Could you please help me with this?
How should I set the event structure
Thanks
04-25-2014 11:52 AM
Tab Control->Value Change is the event you want. You can then use a case structure to do whatever you need it to based on the "New Value".