November 20, 200223 yr Okay, I posted a question the other day about a script starting automatically when you enter a value. I was told that plugins were required. It's not an option for my situation, so I'll just use a "Begin" type of a button to trigger the script. Thanks for your advice though. Now I need more help with this area. I want the user to choose a grade from a pop-up menu, then a script does a find of all student records that match that grade. I'm not sure how to make a scripted 'find' that is dependent upon the choice from a value list in a pop-up. Can you help? Thanks, Paul
November 20, 200223 yr Are you already in find mode? or is this a global field you are using to enter the search criteria? If you're already in find mode, then your "Go" button just performs the find. If you're using a global field then the script does this: Enter Find Mode Setfield(grade, globalGrade) Perform Find
Create an account or sign in to comment