From 4704ef828f4312b6368fe03c515ba58cebbba20d Mon Sep 17 00:00:00 2001 From: "Infineon\\StieberD" Date: Fri, 13 Dec 2024 14:38:47 -0700 Subject: [PATCH] fixed clean_insp form write event behavior to match OI 9 --- LSL2/STPROC/CLEAN_INSP.txt | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/LSL2/STPROC/CLEAN_INSP.txt b/LSL2/STPROC/CLEAN_INSP.txt index 677b2fc..11c1916 100644 --- a/LSL2/STPROC/CLEAN_INSP.txt +++ b/LSL2/STPROC/CLEAN_INSP.txt @@ -716,17 +716,17 @@ RETURN * * * * * * * Write: * * * * * * * - + DontClose = Get_Property(@WINDOW,'@DONT_CLOSE') IF NOT(DontClose) THEN + Forward_Event() Post_Event(@WINDOW,'CLOSE') END ELSE Set_Property(@WINDOW,'@DONT_CLOSE',0) + Result = 1 END - Result = 1 - RETURN @@ -1961,10 +1961,3 @@ RETURN SetGroupBackground: * * * * * * * - - - - - - -