simongallop
Registered User.
- Local time
- Today, 16:22
- Joined
- Oct 17, 2000
- Messages
- 611
I am trying to find an easy way to see if data in a textbox has been changed when it loses focus.
1 Is there a compare command or;
2 Is there a way in which I can assign the contents to a variable and then check that variable against the 'new' contents or;
3 Will I have to dump the original data into a spare textbox/label using On Got Focus and then test it with On Lost Focus?
Any help appreciated
Thanks in advance
Simon
1 Is there a compare command or;
2 Is there a way in which I can assign the contents to a variable and then check that variable against the 'new' contents or;
3 Will I have to dump the original data into a spare textbox/label using On Got Focus and then test it with On Lost Focus?
Any help appreciated
Thanks in advance
Simon