Find.Next

Displays the next number of specified items found from a search that was initiated by Find.First. Find.Next must be specified as a subcommand of Find.Action and preceded by Find.First.

Parameters

Find.Next (Required)

Specifies the required subaction.

User.context (Required)

Specifies the context identifier for this user's session.

Find.UpdateList or Find.UpdateCache (Required)

Specifies the folder list context to the find window. Use Find.UpdateList for templates that use frames and use Find.UpdateCache for all other templates.

Folder.queryCount

Specifies the number of items to display.

Return Values

Returns the same values as Find.First.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type="hidden" name="User.context" value="psquRmoverPq">
   <INPUT type="hidden" name="action" value="Find.Action">
   <INPUT type="hidden" name="Find.Next" value="true">
   <INPUT type="hidden" name="Find.UpdateList" value="1">
   <INPUT type="hidden" name="merge" value="msglist">
</FORM>