Search Tools Links Login

Test IsDirty


Visual Basic 6, or VB Classic

(Added this Ziped Project to test the IsDirty Function Plus its easier than Copy Pasting for Ya)
(Update 3/2/2000 I forgot to add the Enum To be used with the MyFormValuesOnLoad() Array But its in there now:)
This code will aide in determining if Data has changed on a form. It serves many purposes. 1. To tell wether or not it is approriate to prompt user if they want to save changes they have made. 2. if the user wants to Reset or Undo changes they have made to a single text box, checkbox, or combobox Or all Controls at once(Works for control arrays as well).

Original Author: Brad Skidmore

Inputs

Need to place a Variant array on each form you want this functionality (To store all the values of those three different control types whith the data after you have loaded the form)

Returns

The Function isDirty will return true if any Value on your form is different from the original values on Load of the form. As well the Isdirty can change a single Control to its original value or All Controls.

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 92 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD3750332000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 6,176 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.