adyf Posted October 5, 2012 Posted October 5, 2012 All I'm trying to do is go from one layout to another of an unrelated table and then perform a find as follows: Go to layout Enter find mode Set Field (moved to table; moved from table) Perform Find Set Field won't enter a value and neither will Insert calculated Result. Copy/paste will work and so will Insert Text. I thought Set Field should work with unrelated tables.
comment Posted October 5, 2012 Posted October 5, 2012 You need to start by going to a layout of the (unrelated) table you wish to search.
Matt Malyschko Posted October 6, 2012 Posted October 6, 2012 Set a variable to copy the data and then set the field to the variable.
Rick Whitelaw Posted October 6, 2012 Posted October 6, 2012 Any reason why the tables are not related?
adyf Posted October 6, 2012 Author Posted October 6, 2012 You need to start by going to a layout of the (unrelated) table you wish to search. Sorry, I wasn't clear enough on the first script step: Go to layout (unrelated table) I was already doing this. Set a variable to copy the data and then set the field to the variable. I'll try this, thank you.
adyf Posted October 6, 2012 Author Posted October 6, 2012 Set a variable to copy the data and then set the field to the variable. Could I have a bit more info on how to do this please? I can set a variable as part of the script but then what, how do I insert it into the field in find mode?
Matt Malyschko Posted October 7, 2012 Posted October 7, 2012 Could I have a bit more info on how to do this please? I can set a variable as part of the script but then what, how do I insert it into the field in find mode? For example: Set variable: $ItemID Perform Find - specify find requests - in criteria, match ItemID = $ItemID
comment Posted October 7, 2012 Posted October 7, 2012 Could I have a bit more info on how to do this please? Why don't you provide more info on what you're trying to accomplish (and why)?
adyf Posted October 8, 2012 Author Posted October 8, 2012 For example: Set variable: $ItemID Perform Find - specify find requests - in criteria, match ItemID = $ItemID This worked, thank you very much. Why don't you provide more info on what you're trying to accomplish (and why)? Comment, not sure what more I could say, I just wanted to go from one layout to another and perform a find all in one script.
Recommended Posts
This topic is 4429 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