Search for objects that are part of a subcontainer
You can use two dots at any point in your reference syntax
to search for objects that are a part of any subcontainer of the
current container object, such as a subform.
You can use the ‘..’ (double period) syntax with JavaScript if
it used with the
resolveNode
method.
Notation
..
Example
The
expression
Subform_Page..Subform2
means
locate the node
Subform_Page
(as
usual) and find a descendant of
Subform_Page
called
Subform2
.