Determines the number of pages
that a specified form object spans.
SyntaxReference_Syntax.absPageSpan( OBJECT param )
Parameters
param
|
The fully qualified reference syntax expression
of one of the following form objects: field, draw, subform, area,
pageArea, contentArea.
|
ReturnsAn
integer representing the number of pages the specified form object
spans.
JavaScriptxfa.layout.absPageSpan(Subform1);
FormCalcxfa.layout.absPageSpan(Subform1)
|
|
|