Baylah Posted July 22, 2008 Posted July 22, 2008 (edited) Good evening everyone..... I have struggled with this one for a while and need some help. I have figured the part below between the << >> now to get this to work. When I am in the "Specify Find Request" dialog how do insert a previously set variable in the "criteria"? I am putting $OrdNum in the criteria box and FMP Literally puts "$OrdNum" in the field instead of the variable. This is driving me nuts becuase it seems like it should be so easy yet I cannot get it to work! I know I must be missing something basic. Thanks, Steve < My Fields are "pkOrdNum" and "PrdID" I want to be to find all Records with a certain Order Number but Omit those with a PrdID that equals DISC>> Any help would be greatly appreciated. Thanks Steve Edited July 22, 2008 by Guest
Vaughan Posted July 22, 2008 Posted July 22, 2008 When run in Find mode, the Omit Record script step checks the "omit" option for the request.
Baylah Posted July 22, 2008 Author Posted July 22, 2008 Hi Vaughn, I am sorry but I do not undestand your reply. Steve
Fitch Posted July 22, 2008 Posted July 22, 2008 You can't use variable data in the Specify Find dialog. Instead you need to do it this way in your script: Enter Find Mode Set Field( field ; $variable ) Perform Find
Baylah Posted July 23, 2008 Author Posted July 23, 2008 I understand I can script as you state... But how do I "Add a New Request" So I can Find for "X" but Omit "Y" Thanks, Steve PS I have a work around but it is long and requires exporting to a temporary table and then finding and deleting the records I don;t wnat to display.
Lee Smith Posted July 24, 2008 Posted July 24, 2008 Enter Find Mode Set Field( field ; $variable1 ) New Record Request Set Field (Field; $variable2) Omit Perform Find
Baylah Posted July 24, 2008 Author Posted July 24, 2008 Thanks Lee..... I was going to try that and then I talked myself out of it without trying...that was dumb of me! Steve :
Recommended Posts
This topic is 5968 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