Hi Benson,
I have three buttons which will display different views in my form(multiview) Each views are displayed using buttons let say (Red, Green and Yellow)
If I click Red ,the Red form shows, If Click Green, the Green form shows. etc.
What I want to do is to create a button available to each views but will be positioned depending on the view state
For example:
I have a button called "Load Data"
If I click Red, the button "Load Data" goes to top: 50 px and left : 50 px
If I click Green , the the button "Load Data" goes to top: 120 px and left : 60 px
If I click Yellow , the the button "Load Data" goes to top: 100 px and left : 30 px
Please help.
Thank you
Gerry