FORMULA LANGUAGE
In a column or window title formula, returns a string that represents the entry number of the parent view entry. Both the current view entry and the parent can be either documents or categories.
Syntax
@DocParentNumber @DocParentNumber( separator ) @DocParentNumber( "" )
Parameters
separator
docNum
Use @DocParentNumber in column and window title formulas. If you use it in a field formula or window title formula, no result is displayed until the document has been saved and reopened. This function does not work in any other formula.
To determine the number for the current entry, use @DocNumber instead.
You cannot use this function in Web applications, except in column formulas.
Language cross-reference
GetPosition method of LotusScript NotesViewEntry class
getPosition method of Java ViewEntry class
Example See Also