Okay this is just an example for what i want to build, the actual implementation is a little more complex but it is simply on this bit that i keep hitting a brick wall.
Say I have a tab application with three tabs.on the first tab FirstView has a textbox and a button, on the second tab SecondView has just a textbox and on the third tab, ThirdView has a label.
When the user presses the button, I want the application to zip to ThirdView where the label now has the result of the two textboxes on different views multiplied together.
The button transferring the User to the third view is an added bonus but basically to complete my application this is what I need. Can anyone help me with this?
Regards, Jen
Say I have a tab application with three tabs.on the first tab FirstView has a textbox and a button, on the second tab SecondView has just a textbox and on the third tab, ThirdView has a label.
When the user presses the button, I want the application to zip to ThirdView where the label now has the result of the two textboxes on different views multiplied together.
The button transferring the User to the third view is an added bonus but basically to complete my application this is what I need. Can anyone help me with this?
Regards, Jen
Last edited: