Rob Halliday Posted August 20, 2009 Posted August 20, 2009 Hi, I'm trying to write a script which removes a specified item from a found set, ie. the found set contains 1 2 The user specifies '1' as the item to remove, now the found set just contains 2 I can do this 'manually' - enter find mode put '1' in the relevant field select omit constrain found set But I don't seem to be able to do it in a script since I can't put a field value (my input field) into the constrain found set dialogue box, and if I just set that box to be 'omit' with nothing in 'omit records when', nothing happens. This feels like one of those things that should be easy but involves some kind of trick. Anyone care to share that trick? Or am I just missing something obvious? Thanks, Rob.
mr_vodka Posted August 20, 2009 Posted August 20, 2009 Enter Find Mode [] Set Field [ yourField; 1 ] Omit Record Constrain Fount Set []
Recommended Posts
This topic is 5575 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