htmEditAction - Solution Sites Routine

This function provides the "Edit" action handler. It supports single-edit, multi-edit, and SelectAll+Edit scenarios. Business logic to prepare for this display is in the PrepareEditAction sub.

Definition

Function htmEditAction(
  byVal sAction,
  byVal sSubAction,
  byVal sProfileIDs,
  byVal iProfileCount,
  byRef listProfileSchema)

Defined in File

services\include\edit_handlers.asp

Routines Called

htmRenderEditPage

ReDirectToPage

sGetThisPageProperty

Called By

htmEditPageActionHandlers

Main (services\customer\account.asp)

Main (services\partner\account.asp)

Copyright © 2005 Microsoft Corporation.
All rights reserved.