September 21, 200124 yr Newbies I have set up a custom layout for find requests in my database. I have had requests from users who, instead of having to click on the "find it" button that I have created, they would just like to type the enter key. How do I have a script that is always looking for an enter key press while on my find layout? Thanks
September 21, 200124 yr Without using some other mechanism, you need to script to a "Pause" script step. Hitting the "Enter" generates a continue for a paused script. How you use this simple fact to generate a complex series of script actions is up to you. -bd
Create an account or sign in to comment