PageNo

This property accesses the page number property associated with a specific prompt. This property is read-only at run time.

Group: Prompt-Specific Extensions

(missing or bad snippet) vPage = PromptID.PageNo

vPage      (Variant) is numeric and represents the page number on which the prompt will be displayed.

(missing or bad snippet)

Dim iValue as Integer

iValue = txtPart.PageNo

iValue = RFPrompt("txtPart").PageNo

iValue = RFPrompt(2).PageNo