FetchData (newaddr.asp) - Solution Sites Routine

This sub initializes the iAddrType and sAction parameters. If the sAction parameter is equal to "add", "edit", or "delete", the sAddrID parameter is initialized. If the sAddrID parameter is not Null, the rsAddr parameter is initialized to a Recordset object containing the address information for the current user.

Definition

Sub FetchData(
  ByRef iAddrType,
  ByRef sAction,
  ByRef sAddrID,
  ByRef rsAddr)

Defined in File

newaddr.asp

Routines Called

GetAddressType

rsGetProfile

Called By

SetupAddressForm

Copyright © 2005 Microsoft Corporation.
All rights reserved.