Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools

Use DataChanged with unbound controls

Total Hit ( 1937)

Rate this article:     Poor     Excellent 

 Submit Your Question/Comment about this article

Rating


 


When you need to learn if a field has been changed by the user, you have at least three options:

you can use a global boolean variable and set it in the control's Change event, or
you can save the original value in global variable to compare it against the current value
you can use the EM_GETMODIFY message with the SendMessage API functions (only for textboxes)
There is a fourth solution that is not known to all VB programmers, and that at the same time is the simplest of them all. Differently from what the VB documentation states, the DataChanged property is perfectly functional even with unbound controls. When a form is loaded, this property is set to False, and then it is automatically set to True when the program or the user modifies the control's contents.
This means that you can spot which fields have been modified even if you are using DAO methods without a Data Control, and even if you are not using DAO or the Jet Engine at all. Remember however that it's up to you to reset the property value to False when you show a new set of values.


Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.