FetchData (addrbook.asp) - Solution Sites Routine

This sub retrieves the address information for the current user, initializing the iAddrType and rsAddresses parameters. If the rsAddressesRecordset object is not empty, the sCheckedAddrID parameter is also initialized.

Definition

Sub FetchData(
  ByRef iAddrType,
  ByRef rsAddresses,
  ByRef sCheckedAddrID)

Defined in File

addrbook.asp

Routines Called

GetAddressType

GetUserAddresses

Called By

Main (addrbook.asp)

Copyright © 2005 Microsoft Corporation.
All rights reserved.