Blake Lucas Posted July 25, 2007 Posted July 25, 2007 I want to have a field that you type in a customer name...hit the search button and it will look at another field and search in that find to return my results. What would be the best script setup for that?
mr_vodka Posted July 25, 2007 Posted July 25, 2007 Create a global text field. You can have the users enter the find criteria in it. Enter Find Mode [] Set Field [searchField; gSearchCriteria] Perform Find [] P.S. Dont forget to compensate for error trapping.
AudioFreak Posted July 25, 2007 Posted July 25, 2007 Use a Global field to store the find criteria. Then in your script use the Set Field step. Enter Find Mode Set Field[Your Table::Real Field;Your Table::Global Field] Perform Find Michael
Blake Lucas Posted July 25, 2007 Author Posted July 25, 2007 Thank you both very much. It worked right off the bat... Blake
Recommended Posts
This topic is 6330 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