Saubs Posted April 2, 2004 Posted April 2, 2004 Hello all-- Am trying to write a script that will simply find the next entry in a value list. For example, if my layout has a field on it called "Name", and that field uses a value list called "Names", and the Name in the current record is "Joe", I want to launch a script that will perform a find on the value immediately following "Joe" in the value list. Hope that makes sense. Sure, the user could just go into find mode and arrow down 1x in the value list that pops up, but--long story short--I need it to be done via a script. Thanks, all--- FileMaker Version: 6 Platform: Mac OS X Panther
Vaughan Posted April 2, 2004 Posted April 2, 2004 Suggestion: put the whole text of the value list into a global field (use the ValueListItems function). Compare the first line with the current value, if it does not match then delete the first line. Compare the first line again... and loop until the current value matches. Delete this line and grab the next value.
Saubs Posted April 5, 2004 Author Posted April 5, 2004 Thanks for your reply, Vaughan. In Scriptmaker, what is the syntax for comparing a value with 'line 1' and subsequently deleting 'line 1' in a global field, as you suggest? I'm not aware of any script steps that let you break down a multi-line global field in this way. FileMaker Version: 6 Platform: Mac OS X Panther
Ugo DI LUCA Posted April 5, 2004 Posted April 5, 2004 Hi, If you hadn't duplicated your post, you might also have found another answer in the Finding and Searching forum... Please don't duplicate posts, it doesn't help either you and members trying to help you. FileMaker Version: 6 Platform: Mac OS 9
Recommended Posts
This topic is 7540 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