Determines the page number that
contains a given form design object. If the object spans multiple
pages, this method returns the first page the object occurs on.
SyntaxReference_Syntax.page( OBJECT param )
Parameters
param
|
The fully qualified reference syntax expression
of one of the following a container form design objects: field,
draw, subform, area, pageArea, contentArea.
|
ReturnsAn
integer representing the logical page number (based on the initial
page number) that contains the specified form object. This method
returns 0 if the object specified in param cannot
be found on the form.
JavaScriptxfa.layout.page(this);
FormCalcxfa.layout.page($)
|
|
|