Added in gating logic for system logging.

This commit is contained in:
Infineon\Ouellette 2024-11-21 13:25:23 -07:00 committed by Ouellette Jonathan (CSC FI SPS MESLEO)
parent 90d714c9f2
commit 1d47fec073
2 changed files with 1401 additions and 1319 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,8 +23,16 @@ Return EventFlow or 1
//-----------------------------------------------------------------------------
Event WINDOW.CREATE(CreateParam)
PlaceDialog(-2, -2)
Set_Property(@Window, 'VISIBLE', 1)
NewTWSystemActive = XLATE('APP_INFO', 'NEW_TW_SYSTEM_ACTIVE_SWITCH', 1, 'X')
If NewTWSystemActive EQ 0 then
msg(@Window, 'New TW System not activated, closing out')
Result = ''
Result<1> = False$
End_Dialog(@Window, Result)
end
GoSub FillFormMasterData
RDSNo = ''
PresetTestType = ''
@ -276,3 +284,4 @@ ClearFormData:
return