I have a button on a form that is hidden, the button has a label over it, both are normally hidden.
When the user presses another button on the form I need these to appear but however I do it, the label appears behing the button.
Ive sent the button to the back and brought the label to the front, both by default are not visable
when the user clicks the button I run the following psuedo code
me.button.visible = true
me.buttonlabel.visible = true
any ideas?
regards
Andy
When the user presses another button on the form I need these to appear but however I do it, the label appears behing the button.
Ive sent the button to the back and brought the label to the front, both by default are not visable
when the user clicks the button I run the following psuedo code
me.button.visible = true
me.buttonlabel.visible = true
any ideas?
regards
Andy