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).
| ||||||
See Also
| xtraOpties (Dutch variant)
| ||||||
Example
| Sub Main
Menu.ToolsOptions ChangePassword:=True
End Sub
|