Kristen Posted February 20, 2004 Posted February 20, 2004 I am trying to script a find that does the following. Enter Find Mode Set Field, Company, to Client::Company name (the set field is looking to a related database for the company name) But, the set field is not working. When I check the script, it enters find mode, and then stops. It does not set the field Company to anything. Is there something that I am missing?
oilman Posted February 20, 2004 Posted February 20, 2004 Hi kristen What i do is use the set field command to sent the information to a global field into the db that i want to do the find and then use the insert calculated results command in the find mode. works ever time Lionel
Jim McKee Posted February 20, 2004 Posted February 20, 2004 Kristin ... The Enter Find Mode script step has two options: Pause, and Restore find requests. Make sure these are deselected.
Kristen Posted February 20, 2004 Author Posted February 20, 2004 I have both of the options unselected, and it still does not perform properly. I am not to thrilled about insert calculated result, should this script work without the global?
-Queue- Posted February 20, 2004 Posted February 20, 2004 Data doesn't exist while in Find Mode unless it is held within a global field. So use: Set Field [gtext, Client::Company name] Enter Find Mode [ ] Set Field [Company, gtext] Perform Find[ ]
Recommended Posts
This topic is 7585 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