Returns a specified child object.
Note: This method returns only child objects that
are not container objects, such as field or subform.
SyntaxReference_Syntax.getElement( STRING param1 [, INTEGER param2 ] )
Parameters
param1
|
A valid string representing the name of
the object to retrieve.
|
param2 (Optional)
|
An integer value representing the instance
of the object to retrieve.
|
ReturnsThe
specified object.
JavaScriptSubform1.getElement("border");
FormCalcSubform1.getElement("border")
|
|
|