pre cutover push
This commit is contained in:
@ -205,12 +205,13 @@ Refresh:
|
||||
|
||||
// PM_SPEC and PM tables refactored for use with Silicon.
|
||||
// GaN related PM_SPEC and PM records exist for PMS_SPEC keys below 662.
|
||||
ShowArchived = Get_Property(@Window:'.CHK_SHOW_ARCHIVED', 'CHECK')
|
||||
ShowOOS = Get_Property(@Window:'.CHK_SHOW_OOS', 'CHECK')
|
||||
ShowArchived = Get_Property(@Window:'.CHK_SHOW_ARCHIVED', 'CHECK')
|
||||
ShowOOS = Get_Property(@Window:'.CHK_SHOW_OOS', 'CHECK')
|
||||
ShowScrubbers = Get_Property(@Window:'.CHK_SHOW_SCRUBBERS', 'CHECK')
|
||||
|
||||
Query = 'SELECT PM_SPEC WITH FIVE_S_FLAG NE 1 '
|
||||
If Not(ShowArchived) then Query := 'AND WITH ARCHIVED NE 1'
|
||||
|
||||
If Not(ShowArchived) then Query := 'AND WITH ARCHIVED NE 1 '
|
||||
If Not(ShowScrubbers) then Query := 'AND WITH PM_CLASS NE ' : Quote('SCRUBBER')
|
||||
ErrCode = ''
|
||||
Set_Status(0)
|
||||
RList(Query, TARGET_ACTIVELIST$, '', '', '')
|
||||
@ -283,7 +284,7 @@ Refresh:
|
||||
|
||||
END CASE
|
||||
|
||||
LastPM = OCONV(obj_PM_Spec('LastPMCompDTM',PMSId),'DT4/^H')
|
||||
LastPM = OConv(Xlate('PM_SPEC', PMSId, 'LAST_PM_COMP_DTM', 'X'), 'DT4/^H')
|
||||
|
||||
PMDesc = PMSpecRec<PM_SPEC_DESC$>
|
||||
ToolID = PMSpecRec<PM_SPEC_TOOL_ID$>
|
||||
|
Reference in New Issue
Block a user