Mary Office Manager Posted April 10, 2008 Posted April 10, 2008 Hello, I have a script I'm trying to create where it does the following two tasks. 1. Only shows "approved" expenses (this part works) 2. enter find mode where the user can choose to search on any other criteria based on the fields in the layout. When I only have #1 written... -Show All Records -Enter Find Mode -Set Field [Expenses::IsAdminApprovedBoolean;1] -Perform Find That part works perfect. But when I enter.... -Show All Records -Enter Find Mode -Set Field [Expenses::IsAdminApprovedBoolean;1] -Perform Find [color:red]-Enter Find Mode [pause] (then the user will hit enter to perform the find) That last step will find what the user wanted to find, but it shows all expenses (approved AND not approved). Now what? :
mr_vodka Posted April 10, 2008 Posted April 10, 2008 First you do not need Show All Records to find in all records. Second try reversing the order like this. Enter Find Mode [Pause] Set Field [Expenses::IsAdminApprove dBoolean;1] Perform Find []
Mary Office Manager Posted April 10, 2008 Author Posted April 10, 2008 Thank you, thank you. It works! :laugh2:
Recommended Posts
This topic is 6072 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