ShowSearchMatches - Solution Sites Routine

This sub shows search matches.

Definition

Sub ShowSearchMatches(
  byRef oCatalog,
  byRef rsResults,
  byVal iMatchesFound,
  byRef htmContent)

Parameters

  • oCatalog
    A reference to a ProductCatalog object.
  • rsResults
    A reference to a Recordset object containing the search results, passed through to the functions RenderCategoryLink and RenderProductLink.
  • iMatchesFound
    An integer that specifies the number of matches found, passed through to the function RenderText.
  • htmContent
    An HTML string containing the HTML representation of the refined search results.

Defined in File

stepsrch.asp

Routines Called

RenderCategoryLink

RenderProductLink

RenderText

Called By

htmRenderStepSearchPageContent

Copyright © 2005 Microsoft Corporation.
All rights reserved.