Alex
|
| Posted: 06/27/2002, 8:09 AM |
|
Hello,
A multi-field listbox in a search form jumps to a grid once submitted. Grid form is in a different page and it has to show only one record, corresponding to the submitted value in the listbox. Grid takes the parameter as input in its form properties. If "All" value is submitted in the listbox, "" is passed to the grid and it shows "No Records" instead of "All". How can I correct this?
Thanks
|
|
|
 |
Chris K.
|
| Posted: 06/27/2002, 12:56 PM |
|
Are you using CC or CCS?
Solution could be to write BeforeShow event (or BeforeExecuteSelect) and reset filtering Where variable that used in query when submitted value is empty.
|
|
|
 |
|