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
The URL that's accessed when the exit button is clicked.

Example:
* MyProcess::UserAdmin
FUNCTION UserAdmin

*** Must handle security here first
...

loAdmin = CREATE('wwUserAdminDialog',;
                 '.\tools\usersecurity','usersecurity')
loAdmin.wwProcessAdminUser(THIS,'/')
RETURN
ENDFUNC


Last Updated: 04/15/00