|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Checking Fields In Unbound FormWhat is the easiest way to check if any data has been changed by the user on
my unbound form. I have 12 text boxes and 2 combo boxes on the unbound form. Thanks, Hello MARCOC,
I accomplish this by subclassing the Textbox and other controls and adding a .Dirty proeprty. I set .Dirty = True when a value changes.. I also change the background color to a different color (usually a lemony yellow). Then I can loop over all the controls and check the Dirty property. -Boo Show quoteHide quote > What is the easiest way to check if any data has been changed by the > user on my unbound form. I have 12 text boxes and 2 combo boxes on > the unbound form. > > Thanks, >
Must call RemoveHandler after AddHandler?
VS 2005 freezes during code editing (HotFix 917452) How to raise an event when a transaction is rollbacked .Net combo box - what is "opposite" of DropDown event? add row ro gridview Configuration file Simple SQL question Software process question problem to read binary file Create a file hash |
|||||||||||||||||||||||