| Subject |
filter problem |
| From |
Charlie <tm@tc.com> |
| Date |
Tue, 28 Sep 2021 17:34:47 -0400 |
| Newsgroups |
dbase.getting-started |
I'm wondering if it is possible to set a filter in a form based on not empty[field]
I've tried this with no luck:
form.auctopen1.rowset.filter = "not empty"+[location]
I've also tried based on this instead of not empty.
form.auctopen1.rowset.filter = [location#]+"''or"+ [location#=]+null
But I think not empty should come up with the correct filter.
Thanks for any help.
|
|