April 10, 200817 yr 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? :
April 10, 200817 yr 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 []
Create an account or sign in to comment