maxa
|
| Posted: 03/12/2005, 10:34 AM |
|
Hi,
I have use wizard to make search and result table. In search wizard I have use to search by project_id and I have chose Checkbox list.
I have make settings for checkbox list like connection, data source, bound and text column.
Now when i chouse from checkbox list in search grid to search for project no.2 I get the correct results, but if I chouse to see project no. 2 and project no.5 in result table I only get project no.2 ??
And my URL is : http://localhost/project/project_view.php?s_id_project[]=2&s_id_project[]=5
Can someone help me with this problem to get all the project which i have chose from checkbox list in search grid ???
thx
|
|
|
 |
Martin K.
|
| Posted: 03/12/2005, 1:02 PM |
|
Hello.
There is an example in the first Example Pack from CCS. Multi Search.
In the SQL from the SearchResultGrid you can see how it works with s_id_project[]=2&s_id_project[]=5
greets martin
|
|
|
 |
maxa
|
| Posted: 03/14/2005, 4:20 AM |
|
thx, it is working
|
|
|
 |
|