rowRenderBlankProperty - Solution Sites Routine
Commerce Server 2002
This function prepares the HTML that will render a row in a table that corresponds to a blank property. This row contains three cells: either an image or a checkbox, the display name, and the value, respectively.
An additional row is added if there is an error associated with the property. This second row contains three cells: two blank cells followed by a cell in which a validation failure message can be displayed.
Definition
Function rowRenderBlankProperty( byVal sAction, byVal sSubAction, byVal oProperty, byVal listProfileSchema, byVal bValidPostedValues, byVal sProfileIDs, byVal bDisplayPostedValues )
Defined in File
services\include\render_edit_blank.asp
Routines Called
varGetValueFromPropertyDictionaries
Called By
Remarks
This function is used only by Partner and/or Customer Services.
Copyright © 2005 Microsoft Corporation.All rights reserved.
