4Site
Support Request System
View Patch #60.101.096
Description
Patch ID:
Date Implemented:
Patch Title:
Patch Type:
Request IDs:
Bug
Enhancement
Other
03636 -
Employee tab in TimeReport is always blank. EQ tab retains last value
Symptoms:
Switching to the Employee tab will briefly flash some kind on small control with scrollbars in the top-left corner of the tab and then appear completely blank. when you add a new report, the Equipment list retains values from the previous entry or the last report you looked at. It should clear it out when you click New Report.
Solution:
In the TimeReportForm.Form_Load, removed the call to the Dialog.Tie method for "employees" tab In Sub Load() of the TimeReportObject class - Removed Dialog.Value("eqid") references which were not defined. - Replaced with Dialog.Value("equipments") = "" to clear the equipment tab tree.
Browse Patches
Find a Patch
Return to Request System Menu