Referencing Items on an OrderForm

Throughout this document, name/value pairs are identified both by their names, and by the section of the OrderForm of which they are a part. Thus, the cc_name name/value pair on the order Dictionary is referenced conventionally as follows:

order.cc_name

Similarly, the elements of items in the items SimpleList are prefixed with the word item:

item.SKU

This mode of reference is not intended to demonstrate the technically accurate way of referencing elements of an OrderForm. It is intended only for clarity of reference.


© 1997-1998 Microsoft Corporation. All rights reserved.