ShowRefinedSearch - Solution Sites Routine

This sub shows the refined search.

Definition

Sub ShowRefinedSearch(
  byRef sCatalogName,
  byRef sCategoryName,
  byRef rsFields,
  byRef arr1,
  byRef arr2,
  byVal iMatchesFound,
  byVal iConstraintFieldsCount,
  byVal iNonConstraintFieldsCount,
  byRef bNoValues,
  byRef htmContent)

Parameters

  • sCatalogName
    A string containing the name of the catalog, passed through to the function RenderHiddenField.
  • sCategoryName
    A string containing the name of the category, passed through to the function RenderHiddenField.
  • rsFields
    A reference to a Recordset object containing the searchable fields, passed through to the function RemoveBlankItemsFromArray.
  • arr1
    An array of non-constraining searchable properties.
  • arr2
    An array of constraining searchable properties, passed through to the functions RenderText, GetRequestString, and RenderHiddenField.
  • iMatchesFound
    An integer that specifies the number of matches found, passed through to the function RenderText.
  • iConstraintFieldsCount
    An integer that specifies the number of constraint fields.
  • iNonConstraintFieldsCount
    An integer that specifies the number of non-constraint fields.
  • bNoValues
    A Boolean indicating whether there are no values.
  • htmContent
    An HTML string containing the HTML representation of the refined search results.

Defined in File

stepsrch.asp

Routines Called

BooleanToString

GenerateURL

GetRequestString

RemoveBlankItemsFromArray

RenderForm

RenderHiddenField

RenderListBoxFromArray

RenderSubmitButton

RenderText

Space

Called By

htmRenderStepSearchPageContent

Copyright © 2005 Microsoft Corporation.
All rights reserved.