Class wwuseradmindialog

Parent Class: form

Displays an admin form for managing users. The form is optimized for rendering into DHTML with Web Connection and can be handled directly as a Web Connection request using the wwProcessAdminUser() method.

Properties, Events and Methods

Name Type Description
deleteuser MethodDeletes the currently selected user
o.deleteuser()
newuser MethodAdds a new user to the file. Record is not added until SaveUser is called.
o.newuser()
reindex MethodReindexes the user file.
o.reindex()
saveuser MethodSaves the currently displayed user.
o.saveuser(LPARAMETER lcpk)
showuser MethodDisplays the current user on the form.
o.showuser(LPARAMETER lcpk)
showuserbyusername MethodShows a user by username. Use for Web links
o.showuserbyusername(LPARAMETER lcusername)
statusmessage MethodDisplays any status information.
o.statusmessage(LPARAMETER lcmessage, lnseverity)
wwProcessAdminUser MethodRuns a self-contained Web Connection request that handles the rendering of the admin dialog as a DHTML form.
o.wwProcessAdminUser(loProcess,lcExitUrl)

Example:

PUBLIC oAdmin 
oAdmin = CREATE('wwUserAdminDialog',;
                '.\tools\usersecurity,;
                'usersecurity')
oAdmin.Show()


Last Updated: 04/15/00