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)
|
Service GetScheduleEventSummary(SchedDetKeyID, IncludeWaferDetails)
|
||||||
|
|
||||||
If IncludeWaferDetails NE True$ then IncludeWaferDetails = False$
|
If IncludeWaferDetails NE True$ then IncludeWaferDetails = False$
|
||||||
|
|
||||||
ScheduleEventSummary = ''
|
ScheduleEventSummary = ''
|
||||||
If SchedDetKeyID NE '' then
|
If SchedDetKeyID NE '' then
|
||||||
SchedDetRec = Database_Services('ReadDataRow', 'SCHED_DET_NG', SchedDetKeyID)
|
SchedDetRec = Database_Services('ReadDataRow', 'SCHED_DET_NG', SchedDetKeyID)
|
||||||
@ -442,10 +441,10 @@ Service GetScheduleEventSummary(SchedDetKeyID, IncludeWaferDetails)
|
|||||||
Begin Case
|
Begin Case
|
||||||
Case BackColor NE ''
|
Case BackColor NE ''
|
||||||
// Set in the schedule detail record. Use current color.
|
// Set in the schedule detail record. Use current color.
|
||||||
Case HotLotFlag
|
|
||||||
BackColor = 'LightCoral'
|
|
||||||
Case WOClosedFlag
|
Case WOClosedFlag
|
||||||
BackColor = 'LightGray'
|
BackColor = 'LightGray'
|
||||||
|
Case HotLotFlag
|
||||||
|
BackColor = 'LightCoral'
|
||||||
Case HardBlock
|
Case HardBlock
|
||||||
BackColor = 'LightGoldenRodYellow'
|
BackColor = 'LightGoldenRodYellow'
|
||||||
Case BlockOut
|
Case BlockOut
|
||||||
@ -3602,6 +3601,3 @@ CreateScheduleChangeNotification:
|
|||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user