Find.Update

Updates the currently displayed range of items found in a search that was initiated with Find.First. Find.Update can also be used to update the display of items found as the server is continuing to search. Find.bSearching can be used to determine if the server is still searching. This must be specified as a subcommand of Find.Action. It must also be preceded by a Find.First action.

Parameters

Find.Update (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.Update" value="true">
   <INPUT type="hidden" name="Find.UpdateList" value="1">
   <INPUT type="hidden" name="merge" value="msglist">
</FORM>