serzone Posted June 21, 2006 Posted June 21, 2006 (edited) I have an employees database and i'm trying to run a simple quick search without requiring the user to click any buttons (well... kind of). I have a Layout that displays a list of all the employees. In the header there's a Search Field (Text, Global). When you click on the Search Field there's a button that starts a script. The script takes you to the Search field and then it pauses indefinitely. The user types in the search criteria and... this is where i have the problem: once he typed the search strig i want the user to be able to just hit enter to run the search however if you hit enter it will just create a new line in the search text field, it won't resume the script that will actually run the search. If the user were to hit Ctrl+Enter or the Keypad Enter then everything's swell but regular, normal Enter just adds a line to the field. Any ideas on this one? See attachment for example. test.zip Edited June 21, 2006 by Guest
Inky Phil Posted June 21, 2006 Posted June 21, 2006 What you are looking for is event driven scripting. There is a shareware plug in here that will help Phil
Genx Posted June 21, 2006 Posted June 21, 2006 Strictly speaking it's not shareware, it's freeware, but if you can afford to, donate to the guy, he's really nice and he is giving this to everyone for free.
victorialine Posted July 5, 2006 Posted July 5, 2006 I tried it as you sent it and I could do the search by hitting "enter" (as opposed to "return"). On one computer, it was the "Function" and "Return" key, and the other, there was an "enter" key.
Recommended Posts
This topic is 6719 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