PreparePickShipForm - Solution Sites Routine

This sub prepares for the call to the function htmRenderPickshipForm by initializing the values of the parameters passed to it.

Definition

Sub PreparePickShipForm(
  byRef mscsOrderGrp,
  byRef objContext,
  byRef dictAggregate,
  byRef bNoMethodsAvailable)

Defined in File

pickship.asp

Routines Called

CatchErrors (pickship.asp)

dictAggregatePreviews

GenerateURL

GetPipelineLogFile

LoadBasket

rsGetShippingMethods

RunMtsPipeline

Called By

Main (pickship.asp)

Remarks

This sub performs a lot of processing in preparation for rendering the shipping method form, including loading the basket, running the basket pipeline, and creating and populating a Shipping object.

Copyright © 2005 Microsoft Corporation.
All rights reserved.