Bumped the case statement for closed above the hot flag to ensure closed hot events are colored accordingly
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user