Zim
|
| Posted: 12/10/2002, 12:35 PM |
|
I have read all i can find in this forum but still i dont get it.
When opening a search page, it performs the first search automatically, simply returning every record in the db.
How do get CCS to NOT perform the first search automatically ???
|
|
|
 |
Tom
|
| Posted: 12/12/2002, 11:04 AM |
|
This got me too!
and here's what I did to fix it
In your grid data source, for the search parameters in the where clause, you can set a default value. Set your default value to retrieve no records (I usually set mine to -1 or something like that.
|
|
|
 |
|