Merged PR 13180: Excluded ReactorType EPP from prompting for TW's
Excluded ReactorType EPP from prompting for TW's
This commit is contained in:
parent
06bdcb4146
commit
d5514bc3ca
@ -348,14 +348,16 @@ Event PUB_SIGN.CLICK()
|
|||||||
If ExistingTestWafersLogged NE True$ then
|
If ExistingTestWafersLogged NE True$ then
|
||||||
If Not(IsTWReqd) then
|
If Not(IsTWReqd) then
|
||||||
//Test wafer logging is NOT required here.
|
//Test wafer logging is NOT required here.
|
||||||
UsingTestWafers = Msg(@Window, '', 'YESNO', '', 'Test Wafer Usage logging is not required on this load.':@FM:'Are any test wafers loaded?')
|
If ReactorType NE 'EPP' then
|
||||||
If UsingTestWafers EQ True$ then
|
UsingTestWafers = Msg(@Window, '', 'YESNO', '', 'Test Wafer Usage logging is not required on this load.':@FM:'Are any test wafers loaded?')
|
||||||
TWLogResult = Dialog_Box('NDW_LOG_TEST_WAFER_USAGE', @Window, RDSNo : @VM : 'STANDARD' : @VM : 'REACTOR' : @VM : Reactor)
|
If UsingTestWafers EQ True$ then
|
||||||
If TWLogResult NE True$ then
|
TWLogResult = Dialog_Box('NDW_LOG_TEST_WAFER_USAGE', @Window, RDSNo : @VM : 'STANDARD' : @VM : 'REACTOR' : @VM : Reactor)
|
||||||
ContinueSign = Msg(@Window, '', 'YESNO', '', 'Continue?':@FM:'Test wafer logging was cancelled. Do you wish to continue signing?')
|
If TWLogResult NE True$ then
|
||||||
If Not(ContinueSign) then return
|
ContinueSign = Msg(@Window, '', 'YESNO', '', 'Continue?':@FM:'Test wafer logging was cancelled. Do you wish to continue signing?')
|
||||||
end
|
If Not(ContinueSign) then return
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
end else
|
end else
|
||||||
//Test wafer logging is Required here.
|
//Test wafer logging is Required here.
|
||||||
Begin Case
|
Begin Case
|
||||||
@ -723,3 +725,4 @@ return
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user