This topic is locked

Question with checkboxes

3/10/2005 8:49:09 PM
ASPRunnerPro General questions
J
JAT author

I have a database that uses a lot of checkbox fields. When I format for web with ASPRunner, I get a long, long list of 'Yes' and 'No' on the list.asp page. Is it possible for me to hide the 'No' fields for a record and only display the Yes fields?
Thanks!

Sergey Kornilov admin 3/11/2005

Hi,
I'm not sure how you can do this.
If you hide some columns this will break all formatting on the list page.

T
tsschicago 3/14/2005

Try this
When creating your ASP pages with ASPRunner check the fields that you want to be able to include and exclude iin the "Advance Search" option.
Now once you get the ASP pages with these onptions is the "Advanced Search" enter the following
"-1" Means YES

"0" Means NO
So for example lets say you have a field name "Completed" and on the list page it displays "YES" and "NO". now to only get data on the list page that is "YES" you would go to the "Advance Search" page and enter the following into your "Completed" search field "-1" and click search and it will dusplai all the data that contains "YES" in that field..
I hope this was helpfull