4Site
Support Request System
View Patch #60.001.054
Description
Patch ID:
Date Implemented:
Patch Title:
Patch Type:
Request IDs:
Bug
Enhancement
Other
03799 -
Meter reading updates in a list problem if user enters certain values
Symptoms:
When entering meter readings through user defined list, if a user enters 0 as a reading a warning message appears as expected to say that the meter will be reset, click OK and enter another value and list screen flickers and locks up and the user has to kill meter readings and loses all entry data.
Solution:
If a warning message is displayed while validating a cell value, leave the edit control on the current cell to avoid issues with infinite cell cycling/flashing caused by the MsgBox interrupting the Grid MouseDown/MouseUp/Click event cycle. So, now errors and warnings behave the same by leaving the edit control on the cell in error/warning instead of trying to change the cell without the complete event cycle. The edit control will continue to move to the next cell if no error or warning is raised as usual.
Browse Patches
Find a Patch
Return to Request System Menu