From 59f7461a133b02846c32fc8a67aa6c475c2916fd Mon Sep 17 00:00:00 2001 From: "Infineon\\Mitchem" Date: Mon, 31 Mar 2025 12:29:56 -0700 Subject: [PATCH] Remove commented out code from NDW_MAKEUP_WAFERS_EVENTS. --- LSL2/STPROC/NDW_MAKEUP_WAFERS_EVENTS.txt | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/LSL2/STPROC/NDW_MAKEUP_WAFERS_EVENTS.txt b/LSL2/STPROC/NDW_MAKEUP_WAFERS_EVENTS.txt index e56b5f2..2db2629 100644 --- a/LSL2/STPROC/NDW_MAKEUP_WAFERS_EVENTS.txt +++ b/LSL2/STPROC/NDW_MAKEUP_WAFERS_EVENTS.txt @@ -124,19 +124,6 @@ Event WINDOW.CREATE(CreateParam) MakeupWafers<2> = NoFQAMuCass MakeupWafers<3> = NoBatchMuCass MakeupWafers<4> = NoLabelMuCass - -* MakeupWafersClean = '' -* NumMUCass = DCount(MakeupWafers, @VM) -* -* If NumMUCass GT 0 then -* For CassIndex = 1 to NumMUCass -* Row = MakeupWafers<0, CassIndex> -* MuWoMatKey = Row<0, 0, 1> : '*' : Row<0, 0, 2> -* If (MuWoMatKey NE ThisWOMatKey) then MakeupWafersClean<0, -1> = Row -* Next CassIndex -* end -* -* MakeupWafers = MakeupWafersClean Msg(@Window, MsgUp) @@ -380,7 +367,7 @@ Setup_OLE_Controls: Set_Property(RptNoBatchCtrl, 'SIZE', RptNoBatchCtrlSize) Set_Property(PicNoBatchCtrl, 'SIZE', PicNoBatchCtrlSize) end - /////////////////////////////////////////////////////////////////////////////////////////////////////////// + // Adjust no Label ReportTable If NumNoLabelWafers EQ 0 then Set_Property(PicNoLabelCtrl, 'VISIBLE', False$) @@ -427,7 +414,7 @@ Setup_OLE_Controls: Set_Property(RptNoLabelCtrl, 'SIZE', RptNoLabelCtrlSize) Set_Property(PicNoLabelCtrl, 'SIZE', PicNoLabelCtrlSize) end -//////////////////////////////////////////////////////// + AdditionalRowsAdj = 0 If NumSignedWafers GT 1 then AdditionalRowsAdj += (NumSignedWafers - 1) * 20 If NumUnsignedWafers GT 1 then AdditionalRowsAdj += (NumUnsignedWafers - 1) * 20 @@ -460,3 +447,4 @@ return +