>Ah so. Yes, good for sneaky processing. > >But if the intercept does anything like ShowMessage or ShowModal, the menu >is not displayed after. > >In this case I am prompting for a password. If the password is accepted >and the user is in the right group etc, we want to continue and show the >menu...
The way we handle this kind of situation is to either disable or hide the menu selections the user does not have authority to select. If you are accessing a database, it is usually easy to determine who is the logged on user. This would eliminate the need to have the user enter his password. If you are not using a database, there are API calls you can use to determine who the logged in user is. Glenn Lawler www.incodesystems.com

