From 4b8d39574f758fe8a61c65167fd0fee8a91649fc Mon Sep 17 00:00:00 2001 From: Vincent de Lachaux Date: Fri, 23 Aug 2024 18:33:51 +0200 Subject: [PATCH] bf --- UI/Project/Sources/Methods/subformWidgetMethod.4dm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/UI/Project/Sources/Methods/subformWidgetMethod.4dm b/UI/Project/Sources/Methods/subformWidgetMethod.4dm index d93140f..f72e61e 100644 --- a/UI/Project/Sources/Methods/subformWidgetMethod.4dm +++ b/UI/Project/Sources/Methods/subformWidgetMethod.4dm @@ -1,10 +1,8 @@ -//%attributes = {"invisible":true,"shared":true} +//%attributes = {"invisible":true} var $name : Text:=OBJECT Get name:C1087 var $manager : Text:="_"+$name+"Manager" var $instance : 4D:C1709.Class:=formGetInstance -ASSERT:C1129(False:C215) - If (Not:C34(OB Instance of:C1731($instance[$manager]; 4D:C1709.Function)))\ && Match regex:C1019("(?m-si)_\\d*$"; $name; 1) // A cs.onBoard subform ? @@ -22,6 +20,6 @@ End if If (OB Instance of:C1731($instance[$manager]; 4D:C1709.Function)) - $instance[$manager]() + $instance[$manager](FORM Event:C1606) End if \ No newline at end of file