Hi Kirk, That’s actually just what I do, except that I make the subform a c_object instead of text so I can access it directly. I’m in v15r5 which makes this possible. A very nice technique!
Thanks. -- Cannon Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236 <[email protected]> <www.synergyfarmsolutions.com> > On Nov 9, 2016, at 5:07 PM, Kirk Brooks <[email protected]> wrote: > > One technique I use on subforms is to make them text objects. Then I like > to set their value to a json string of interesting information about them. > So I might create a c-obj and put some data into it including the name of > the subform, then stringify that to the subform object. Then I can execute > the subform controller method in the subform and have it configure itself. > ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

