Remove commented out code from
NDW_MAKEUP_WAFERS_EVENTS.
This commit is contained in:
parent
17d6f68c00
commit
59f7461a13
@ -124,19 +124,6 @@ Event WINDOW.CREATE(CreateParam)
|
|||||||
MakeupWafers<2> = NoFQAMuCass
|
MakeupWafers<2> = NoFQAMuCass
|
||||||
MakeupWafers<3> = NoBatchMuCass
|
MakeupWafers<3> = NoBatchMuCass
|
||||||
MakeupWafers<4> = NoLabelMuCass
|
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)
|
Msg(@Window, MsgUp)
|
||||||
|
|
||||||
@ -380,7 +367,7 @@ Setup_OLE_Controls:
|
|||||||
Set_Property(RptNoBatchCtrl, 'SIZE', RptNoBatchCtrlSize)
|
Set_Property(RptNoBatchCtrl, 'SIZE', RptNoBatchCtrlSize)
|
||||||
Set_Property(PicNoBatchCtrl, 'SIZE', PicNoBatchCtrlSize)
|
Set_Property(PicNoBatchCtrl, 'SIZE', PicNoBatchCtrlSize)
|
||||||
end
|
end
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
||||||
// Adjust no Label ReportTable
|
// Adjust no Label ReportTable
|
||||||
If NumNoLabelWafers EQ 0 then
|
If NumNoLabelWafers EQ 0 then
|
||||||
Set_Property(PicNoLabelCtrl, 'VISIBLE', False$)
|
Set_Property(PicNoLabelCtrl, 'VISIBLE', False$)
|
||||||
@ -427,7 +414,7 @@ Setup_OLE_Controls:
|
|||||||
Set_Property(RptNoLabelCtrl, 'SIZE', RptNoLabelCtrlSize)
|
Set_Property(RptNoLabelCtrl, 'SIZE', RptNoLabelCtrlSize)
|
||||||
Set_Property(PicNoLabelCtrl, 'SIZE', PicNoLabelCtrlSize)
|
Set_Property(PicNoLabelCtrl, 'SIZE', PicNoLabelCtrlSize)
|
||||||
end
|
end
|
||||||
////////////////////////////////////////////////////////
|
|
||||||
AdditionalRowsAdj = 0
|
AdditionalRowsAdj = 0
|
||||||
If NumSignedWafers GT 1 then AdditionalRowsAdj += (NumSignedWafers - 1) * 20
|
If NumSignedWafers GT 1 then AdditionalRowsAdj += (NumSignedWafers - 1) * 20
|
||||||
If NumUnsignedWafers GT 1 then AdditionalRowsAdj += (NumUnsignedWafers - 1) * 20
|
If NumUnsignedWafers GT 1 then AdditionalRowsAdj += (NumUnsignedWafers - 1) * 20
|
||||||
@ -460,3 +447,4 @@ return
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user