khughes Posted November 15, 2001 Posted November 15, 2001 I perform a find for Mary in a name field. I create a new script and call it Find Mary. The script works. In ScriptMaker I go to edit the script and the line reads Perform Find [Restore]. I print the script and I see Perform Find [Request 1: First Mary]. I looked everywhere before posting this question, so please forgive me: Why can't I see the details in ScriptMaker and more importantly how do I edit the variable Mary in the future?
Vaughan Posted November 15, 2001 Posted November 15, 2001 It is for these reason that many people choose to "build" the find request in the script -- they are self-documenting and very easy to change. An example might be: Enter Find mode [] Set Field [ firstname, "Mary" ] Perform Find [] Note that the options to restore find requests are *not* selected in either the Enter Find or Perform Find steps.
khughes Posted November 15, 2001 Author Posted November 15, 2001 Just to clarify, if I take advantage of having ScriptMaker sniff out my last Find and automatically plug it into a new script, that I will not be able to modify it in the future? Seems like a deficiency easily solved, too bad if I understand correctly. At least there is a workaround.
Thom Posted November 15, 2001 Posted November 15, 2001 You can modify the find any time (or rather replace it with a different find), but the find criteria will not appear in the script. If you execute the find script, then immediately do a Modify Last Find, you can see how the find is set up. Change the find criteria, open the script, and click OK. When a dialog box appears, under Find Requests choose Replace.
Recommended Posts
This topic is 8413 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