Expand my Community achievements bar.

Refresh Forms

Avatar

Former Community Member
I have this form that contains numerous subforms. How can get all the subforms to re-initialize without having to run execInitialize() on each and every subform?
1 Reply

Avatar

Former Community Member
Just run execIniialize() on the root node (usually form1) and all child nodes will intialize as well.