PrepareSpecificationSearch - Solution Sites Routine

This sub prepares for the call to the function htmRenderStepSearchPageContent by initializing the values of the parameters passed to it. It does this by actually performing the indicated specification search.

Definition

Sub PrepareSpecificationSearch(
  byRef sCategoryName,
  byRef sCatalogName,
  byRef oCatalog,
  byRef bViewResults,
  byRef rsFields,
  byRef rsResults,
  byRef sSearchHandle,
  byRef iMatchesFound,
  byRef iConstraintFieldsCount,
  byRef iNonConstraintFieldsCount,
  byRef arr1,
  byRef arr2,
  byRef bNoValues,
  byRef bClosestMatches)

Defined in File

stepsrch.asp

Routines Called

GetSpecificationSearchClauses

PerformSpecificationSearch

Called By

Main (stepsrch.asp)

Copyright © 2005 Microsoft Corporation.
All rights reserved.