having control over the logon message responses in an MDW environment

S

Sean Moore

Is there any way to control actions to be taken after a user enters their
name and password? FOr example, if several errant attempts are made,
permitting a new error description. If a user cancels , controling a path
for where the user is placed? Is the message box controlled from within the
MDW?
 
R

Rick Brandt

Sean Moore said:
Is there any way to control actions to be taken after a user enters their
name and password? FOr example, if several errant attempts are made,
permitting a new error description. If a user cancels , controling a path
for where the user is placed? Is the message box controlled from within the
MDW?

The standard security logon is occurring before any particular file is opened so
there is no place for any code to exist much less run.

You could first open a non-secure file and provide a custom form for entering
login information and then use that data to open the secure file (closing the
non-secure file behind you). In that scenario you could have code in the first
file that did what you're describing, but you wouldn't be able to prevent users
from bypassing the first file altogether other than making it obscure.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top