wwuseradmindialog::wwProcessAdminUser |
See Also ß |
Runs a self-contained Web Connection request that handles the rendering of the admin dialog as a DHTML form.
Syntax: |
o.wwProcessAdminUser(loProcess,lcExitUrl) |
Return: | nothing |
Parameters: |
loProcess A Web Connection Process class instance. Note: Request, Response objects must be in scope as well. lcExitUrl
|
Example: | * MyProcess::UserAdmin FUNCTION UserAdmin *** Must handle security here first ... loAdmin = CREATE('wwUserAdminDialog',; '.\tools\usersecurity','usersecurity') loAdmin.wwProcessAdminUser(THIS,'/') RETURN ENDFUNC |