CatErrorDialog

CatErrorDialog

Superclass
SimpleDialog

Subclasses
none

Referenced By
DialogErrorsTable

This class was created in order to do error correction.
Som values have a history associated with them when
the error correction is being done.  So we provide an
audit trail by keeping the original value in an audit
table and track who changed it and the type of problem.

Instance Variables
notesField <ValueHolder on: String> [A field used for the user entering in free information]
changedBy <ValueHolder on: String> [The user who is doing the error correction]
changedDate <ValueHolder on: String> [The date that the change is being made]
actionField <ValueHolder on: String> [What type of action needs to be taken]
errorType <ValueHolder on: String> [The error type] Class Variables none Contacts yoder@cat.ncsa.uiuc.edu