Changeset 334
- Timestamp:
- 06/14/04 12:38:22 (4 years ago)
- Files:
-
- trunk/ui/uiwx/classes/dDataControlMixin.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ui/uiwx/classes/dDataControlMixin.py
r295 r334 74 74 except (TypeError, dException.NoRecordsException): 75 75 self.Value = self.getBlankValue() 76 self.Enabled = False 76 # Do we need to disable the control? 77 #self.Enabled = False 77 78 self._oldVal = self.Value 78 79
