Fix column display issue on ENG_OPTIONS popup.
This commit is contained in:
committed by
Stieber Daniel (CSC FI SPS MESLEO)
parent
d021ab64b9
commit
521c35af8f
@ -167,7 +167,9 @@ end event
|
||||
|
||||
Event PUB_ENG_OPTIONS.CLICK()
|
||||
|
||||
SelOpt = Popup(@Window, '', 'ENG_OPTIONS')
|
||||
PopupRec = Xlate('SYSREPOSPOPUPS', 'LSL2**ENG_OPTIONS', '', 'X')
|
||||
PopupRec<3> = 1
|
||||
SelOpt = Popup(@Window, PopupRec)
|
||||
|
||||
If SelOpt NE '' then
|
||||
|
||||
@ -187,19 +189,16 @@ Event PUB_ENG_OPTIONS.CLICK()
|
||||
Begin Case
|
||||
|
||||
Case SelOpt EQ 'CLEAN_INSP'
|
||||
|
||||
Caption = "Updating Clean & Insp specs for selected RDS cassettes..."
|
||||
ServiceModules = 'CLEAN_INSP_SERVICES'
|
||||
Services = 'UpdateAllCleanInsp'
|
||||
|
||||
Case SelOpt EQ 'QA_MET'
|
||||
|
||||
Caption = "Updating QA Metrology specs for selected RDS cassettes..."
|
||||
ServiceModules = 'WO_MAT_QA_SERVICES'
|
||||
Services = 'UpdateQAMet'
|
||||
|
||||
Case SelOpt EQ 'UPDATE_RDS_LAYER'
|
||||
|
||||
Caption = "Updating RDS Layer specs for selected RDS cassettes..."
|
||||
ServiceModules = 'RDS_LAYER_SERVICES'
|
||||
Services = 'UpdateRDSLayerSpecs'
|
||||
@ -679,3 +678,4 @@ CheckSelectedForHolds:
|
||||
return
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user