Limiting access to User Administration window.
Introduction Version 6.5 of Elipse E3/Power has changed significantly the way administrator users, that is, users whose ‘This user is an administrator’ option has been checked on the Users and…
Introduction Version 6.5 of Elipse E3/Power has changed significantly the way administrator users, that is, users whose ‘This user is an administrator’ option has been checked on the Users and…
Question: Can I customize the login window in an E3 application? Solution: This can’t be achieved via Login() method; however, you can customize a login screen via LoginUser() method. With…
Question: Can I log into the application with my Windows user ID? Solution: Yes; Elipse E3 version 4.0 or higher is fully integrated with Windows users, and the users of…
Autor
Paula Eneas
Question: How can I disable a button only for certain groups of users (for example, to keep users not belonging to Administrators group from accessing it when they are logged…
Autor
Paula Eneas
Question:How can I implement Viewer logout due to inactivity? Solution: To do so, follow these procedures: Via E3Studio, access the Viewer’s properties, and set up Inactivity time (minutes) option on…
Question: How can set up the E3 application to block users after n failed attempts to log in? Solution: To do so, right-click the E3Admin and select Domain–Options. Then, access…
Question: How can I set up the E3Viewer to close in case of a failed login attempt? Solution: To do so, write a script to check the value returned by…
Question: How can I limit the access of a certain user group to a certain screen object? Solution: This can be done via a script that, executed preferably at Viewer‘s…