Describes the constraints on
moving to a new page or content area after rendering an object.
Syntax
Reference_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")
JavaScript
Subform1.border.setAttribute("open", "break");
FormCalc
Subform1.border.break = "open"
|
|
|