kfok Posted September 26, 2004 Posted September 26, 2004 I wrote a find script for two number fields: Min Number and Max Number. I want to do a search to show records that have value ranging from the minmum to the maximum. Set Error Capture (On) Go to Layout ["Find"] Pause/Resume Script [] Enter Find Mode [] Set Field ["Min Number", "">=" & gMinNumber"] Set Field ["Max Number", ""<=" & gMaxNumber"] Perform Find [] When I enter numbers into the gMinNumber and gMaxNumber fields, it returns the results normally. But when one of the field is entered nothing, it shows all the records in the find results. Does anyone know how to I fix the problem?
-Queue- Posted September 26, 2004 Posted September 26, 2004 You have already started a discussion thread on this topic here. Please delete your post and continue your discussion in your original thread.
Recommended Posts
This topic is 7363 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