davidnickerson Posted May 15, 2013 Posted May 15, 2013 This is a client request for an existing database. My client wishes to have the drop-down list for Field B displayed whenever Field A is exited. I had thought this would be a simple solution: OnObjectExit trigger on Field A calls Go To Field ( B ) script. However, in practice, this does not work. Stepping though in Debugger, the script does go to Field B and displays the drop-down menu, but then immediately exits Field B. In real time, the drop down menu is never displayed, because Field B is exited immediately after it is entered. NOTE: This occurs when exiting Field A with a mouse-click. I have already set the Tab Order so that Field B follows Field A when tabbing. So, I'm looking for a workaround. Again, I simply need to have the drop-down list for Field B displayed whenever Field A is exited. Thanks in advance for any suggestions.
Raybaudi Posted May 15, 2013 Posted May 15, 2013 The trigger must fire a script like: Go to Field [ YourTable::Field B ] Exit Script [ result: 0 ]
Recommended Posts
This topic is 4209 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now