arrPopulateOrderHeaderDetails - Solution Sites Routine
This function populates an array of table cells representing one order in a recordset of orders. The first cell is a radio button that is selected on the first order.
Definition
Function arrPopulateOrderHeaderDetails(
byRef iCount,
byRef rsOrder)
Parameters
- iCount
An integer that determines whether the rendered "RADIO" element contains the CHECKED attribute. - rsOrder
A Recordset object containing order information.
Return Value
The populated array.
Defined in File
services\include\render_orders.asp
Routines Called
Called By
Remarks
The first member of the array specifies an HTML RADIO button INPUT element. The remaining members of the array contain order information.
Copyright © 2005 Microsoft Corporation.
All rights reserved.