Combo Box

  • Thread starter Thread starter Dennis
  • Start date Start date
D

Dennis

How can I read the dirty value of a bound combo box. IE
after Ive changed the value but before the record is
saved..

Thanks in advance
 
Dennis said:
How can I read the dirty value of a bound combo box. IE
after Ive changed the value but before the record is
saved..


You can compare the combo box's Value property to its
OldValue property. If they're different, you know its
dirty.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top