Manny
|
| Posted: 08/21/2005, 7:15 AM |
|
I have 3 search options
1.Loan Choice
2.Mortgage Type
3.State
Grid 1 is called Lender, this grid only returns searches if it is a Bank and is_active.
Grid 2 is called Lender1, this grid returns searches if it is non_bank and is_active. I am using Boolean vaules.
When I do a search for Mortgage Type and state I get Both grid's populated when Grid 1 should only return data as the information in Query is for Bank with criteria chosen in Mortgage type and State.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 08/21/2005, 12:33 PM |
|
See http://forums.codecharge.com/posts.php?post_id=62981
You can probably set some default value to "-1" so that if that value is blank then the grid will not return any records. You can also hide the whole grid at that time.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|