dustin
|
| Posted: 06/23/2002, 11:09 AM |
|
I am a newbie, so thanks for your patience in advance.
I am using the employee directory app, and want to add a checkbox field to the search field. If the checkbox is checked, then I want the system to display all of the names that have any info at all in that certain field. For example, if you go to http://dsok.net/testing/Default.asp
you will see the checkbox search field labeled cde1. If this box is checked, then I need all records with any info at all in the cde1 field to be displayed. Is this possible?
Thank you very much...
|
|
|
 |
Nicole
|
| Posted: 06/26/2002, 1:23 AM |
|
Solution for CC:
In spite of checkbox field on Search form has option for checked and unchecked value, if it checked "on" is passing and if it's unchecked nothing is passing.
It's HTML feature, not CC. To implement search on CheckBox field you should replace passed "on" value with the appropriate real value.
|
|
|
 |
|