Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Aug 23, 2024
1 parent bca97dd commit 4b8d395
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions UI/Project/Sources/Methods/subformWidgetMethod.4dm
Original file line number Diff line number Diff line change
@@ -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 ?

Expand All @@ -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

0 comments on commit 4b8d395

Please sign in to comment.