Fix column display issue on ENG_OPTIONS popup.

This commit is contained in:
Infineon\Mitchem
2025-06-11 12:04:00 -07:00
committed by Stieber Daniel (CSC FI SPS MESLEO)
parent d021ab64b9
commit 521c35af8f

View File

@ -167,7 +167,9 @@ end event
Event PUB_ENG_OPTIONS.CLICK() 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 If SelOpt NE '' then
@ -187,19 +189,16 @@ Event PUB_ENG_OPTIONS.CLICK()
Begin Case Begin Case
Case SelOpt EQ 'CLEAN_INSP' Case SelOpt EQ 'CLEAN_INSP'
Caption = "Updating Clean & Insp specs for selected RDS cassettes..." Caption = "Updating Clean & Insp specs for selected RDS cassettes..."
ServiceModules = 'CLEAN_INSP_SERVICES' ServiceModules = 'CLEAN_INSP_SERVICES'
Services = 'UpdateAllCleanInsp' Services = 'UpdateAllCleanInsp'
Case SelOpt EQ 'QA_MET' Case SelOpt EQ 'QA_MET'
Caption = "Updating QA Metrology specs for selected RDS cassettes..." Caption = "Updating QA Metrology specs for selected RDS cassettes..."
ServiceModules = 'WO_MAT_QA_SERVICES' ServiceModules = 'WO_MAT_QA_SERVICES'
Services = 'UpdateQAMet' Services = 'UpdateQAMet'
Case SelOpt EQ 'UPDATE_RDS_LAYER' Case SelOpt EQ 'UPDATE_RDS_LAYER'
Caption = "Updating RDS Layer specs for selected RDS cassettes..." Caption = "Updating RDS Layer specs for selected RDS cassettes..."
ServiceModules = 'RDS_LAYER_SERVICES' ServiceModules = 'RDS_LAYER_SERVICES'
Services = 'UpdateRDSLayerSpecs' Services = 'UpdateRDSLayerSpecs'
@ -679,3 +678,4 @@ CheckSelectedForHolds:
return return