just like any regular form object (button, etc), the object name should have no inferred effect on the subform.
the bounding variable (data source) should be the only thing that inherently controls its behaviour. anything else should be considered an option and explicitly given to the subform from parent via an API EXECUTE METHOD IN SUBFORM, or OBJECT Get pointer(*;...;subform) etc. 2019/09/27 7:28、Jeremy Roussak via 4D_Tech <[email protected]<mailto:[email protected]>>のメール: I can get a pointer to the subform’s variable using OBJECT Get pointer(Object subform container). How do I get the name of the object (on the parent form) which holds the subform? ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

