hello, I have a problem how do I refer to a Subform Subform from another? Let me explain
I have two Subform (subform_A and subform_B) contained in subform_C
I refer to subform_B starting from subform_A?
how can I do?
I have as a result using this.parent.name subform_C
Views
Replies
Total Likes
Hi,
Subform_A and B are in same hierarchy. So u can directly access the subform_B from Subform_A.
Thanks
Vishnu
Views
Replies
Total Likes
hello, I solved by setting the name of the Subform plus somExpression
example
script.nameFunction (this.rawValue, NameSubFormB.somExpression);
Views
Replies
Total Likes