FetchData (_setadrs.asp) - Solution Sites Routine

This function initializes its parameters. The sAddrID parameter is initialized to the request variable ADDRESS_ID. The mscsOrderGroup parameter is initialized to the contents of the basket for the current user. The rsAddr parameter is initialized to a Recordset object containing address information for the current user.

Definition

Function FetchData(
  ByRef mscsOrderGrp,
  ByRef sAddrID,
  ByRef rsAddr)

Defined in File

_setadrs.asp

Routines Called

GetRequestString

LoadBasket

rsGetProfile

Called By

Main (_setadrs.asp)

Copyright © 2005 Microsoft Corporation.
All rights reserved.