July 25, 200718 yr 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?
July 25, 200718 yr 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.
July 25, 200718 yr 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
Create an account or sign in to comment