Bumped the case statement for closed above the hot flag to ensure closed hot events are colored accordingly

This commit is contained in:
Infineon\StieberD
2025-09-12 13:39:13 -07:00
parent 487246af46
commit f1316d0e8f

View File

@ -385,7 +385,6 @@ end service
Service GetScheduleEventSummary(SchedDetKeyID, IncludeWaferDetails)
If IncludeWaferDetails NE True$ then IncludeWaferDetails = False$
ScheduleEventSummary = ''
If SchedDetKeyID NE '' then
SchedDetRec = Database_Services('ReadDataRow', 'SCHED_DET_NG', SchedDetKeyID)
@ -442,10 +441,10 @@ Service GetScheduleEventSummary(SchedDetKeyID, IncludeWaferDetails)
Begin Case
Case BackColor NE ''
// Set in the schedule detail record. Use current color.
Case HotLotFlag
BackColor = 'LightCoral'
Case WOClosedFlag
BackColor = 'LightGray'
Case HotLotFlag
BackColor = 'LightCoral'
Case HardBlock
BackColor = 'LightGoldenRodYellow'
Case BlockOut
@ -3602,6 +3601,3 @@ CreateScheduleChangeNotification:
return