Menu Object
 
Syntax
 
Menu.ToolsOptions [ChangePassword][, EditUserCode]
 
Description
Opens the Tradium Options application. Optionally, the password change screen can be opened directly, or a specific user can be selected for editing (requires administrative rights).
 
Parameter
Description
ChangePassword
Optional. When True, the password change dialog is opened directly. Default value False.
EditUserCode
Optional. User code of the user to edit directly. Only effective for users with administrative privileges.
See Also
xtraOpties (Dutch variant)
Example
 
Sub Main
    Menu.ToolsOptions ChangePassword:=True
End Sub