LuckyMe Posted February 7, 2002 Posted February 7, 2002 I saw this topic posted in the past, but I could not find it any more or anywhere else. Anyway, my question is how can I search for checkboxes. The checkbox is using a simple value list which is "Y". I can make a script to find checking or empty checkboxes such as: Find Mode Set checkbox = "Y" (or set checkbox = "=") Perform Find And assign this script to a button called Find checking Check box/Find Empty Checkbox But I want to have GENERIC Find button, but the problem is I can not type "=" in the checkbox to find the checkbox that has not been checked. Any advise? Thank you
Kurt Knippel Posted February 7, 2002 Posted February 7, 2002 If you actually want to TYPE the "=" into the field you will need it NOT formatted as a checkbox.
LuckyMe Posted February 7, 2002 Author Posted February 7, 2002 Capkurt, Then how do I search for the checkbox(es) that have been NOT checked without using script? Any idea? Thanks
Korky Posted February 7, 2002 Posted February 7, 2002 Without a script all I can suggest is to find all the records that have been checked then use omit. Otherwise you could do a duplicate layout with the field formatted as text-not a checkbox-where you could enter"=". This would require only a very simple script. What have you got against scripts anyway?
Thom Posted February 7, 2002 Posted February 7, 2002 If you use a separate layout for finds, then you can format the field as Radio buttons or a Pop-up menu, using a new value list: Y = Selecting the = in Find mode will be the same as typing = in a plain text field. I suppose you'll still need to script the find to move from the viewing layout to the search layout and back.
Recommended Posts
This topic is 8325 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