MackMan
Registered User.
- Local time
- Today, 13:59
- Joined
- Nov 25, 2014
- Messages
- 174
I have an Undo button : [btnUndo] and would like it hidden until someone starts to enter data, where it will become visible...
what code would I use? and where would
be triggered?
As always, many thanks for your help.
what code would I use? and where would
Code:
me.btnUndo.visible = true
As always, many thanks for your help.