Cicode Programming Reference > Cicode Function Categories > Security Functions Introduction > UserEditForm

UserEditForm

Not available for a Windows user.

Displays a form to allow the user to create or delete any user record in the database. This function should have restricted access. Changes are written to both the Users database and the runtime database in memory.

Syntax

UserEditForm()

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

UserCreate, UserDelete

Example

/* Display a form for the user to create or delete user records. */
UserEditForm();

See Also

Security Functions