BCarter
|
| Posted: 11/06/2002, 2:33 PM |
|
How can I add a dropdown option on the search function to include all records expect for closed?
|
|
|
 |
RonB
|
| Posted: 11/08/2002, 4:18 AM |
|
I'm not sure if I understand corectly but I'll give it a try:
In the search grid add a dropdown control. Click on the control with right mouse button and select "select" from the menu. Now manualy add the values for closed and open ie. name: open Value: 1
In the result grid open the querybuilder and add the parameter for the closed field in your table so it reacts to the variable that is send by the search grid via url.
That should do it.
|
|
|
 |
|