11-03-2008 04:16 AM
Hi!
In my application i want show different graphs using tab control.How can i control the page selection of tab cntrl. using different buttons that i put up on my tool bar.Is there any property to this op.?
Thanks
DeWalker
Solved! Go to Solution.
11-03-2008 05:01 AM
hi
what type of tool bar u r using better send screen shot of u r application Front panel with explanation
11-03-2008 05:08 AM
Create a local variable of the tab control and wire a constant into it. Run this code when your button is pressed.
The downside of this is that if you are reading the value of the tab control as well, it will break dataflow and cause a race condition.
11-05-2008 05:03 AM
Hey !
Ed, thanks .Such a simple solution.
Cheers