oilman Posted December 17, 2003 Posted December 17, 2003 Hi all I have a flat db that we track our steel material with and would like to do a find on the grade and description fields. I have a calculated field that combineds the two fields together. calc1 = grade&" "&descritipon , both fields are formatted as text made another layout and enter three fields on it. g_grade is a gobal text field g_description is a gobal text field calc2 is a calculated field that combined the two above calc2= g_grade&" "&g_description information for the fields "grade and descrition" are enter through a value list. This list is also attached to the fields "g_grade and g_description". i wrote a script and attached to a button for the find as: Go to layout (input) original layout Enter Find Mode Insert Calculated Results[calc1,calc2] Perform find this produces an message that says there is no such animal. When the calc1 field is filled in manual and the find is perform, you get the proper results. i have been wrestling with this for a couple days and cannot seem to find where i have gone wrong. any help with be greatly appreciated. Thanks in advance Lionel
BobWeaver Posted December 17, 2003 Posted December 17, 2003 Also, make sure that you have unchecked the "restore" option in both the Enter Find mode step and the Perform Find step. If you continue to have problems, Put a pause script step immediately before the Perform Find step, so that you can see exactly what find criteria your script has entered before the find is performed.
Recommended Posts
This topic is 7646 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