Describes the constraints on
moving to a new page or content area after rendering an object.
SyntaxReference_Syntax.break = "close | open"
Note: If you use JavaScript, and you want to set the
break property for a border child object
of a subform object,
you must specify the break property and its value by using the setAttribute method.
In this instance, the syntax is as follows:
Reference_Syntax.setAttribute = ("close | open", "break")
JavaScriptSubform1.border.setAttribute("open", "break");
FormCalcSubform1.border.break = "open"
|
|
|