
Franck
|
| Posted: 07/30/2002, 1:51 AM |
|
It's very important, I have a a one-to many relation between member and speciality, a member can have many specialities I want with a list box wich allows multiple choice to enter in Databse all choice done in those listbox but the databse don't take them all, only the last is taken,
Could someone tell me how to do, if ther is another solution instead listbox like arry of checkbox or another thing, I have many problem within since many weeks.
thanks for all
great job CCS
|
|
|
 |
NCLAVERO
|
| Posted: 07/30/2002, 8:06 AM |
|
Hello Franck!
I have the same problem, but i use CC with ASP.
Please someone tell me how to do this.
|
|
|
 |
Nicole
|
| Posted: 08/01/2002, 4:30 AM |
|
Franck,
well I do not know have anyone created example with CCS, but here are some tips which could be helpful:
- To create multiselect listbox you will have to create normal listbox control, and then select Format tab in Properties windows to append '[]' to the name property (to pass multiple values from listbox to PHP, it has to be named with [] in the end, 'mylistbox[]' for instance).
- please refer to the threads about multiple selection for CC and CCS because the function that parses the parameter string is almost the same: http://www.gotocode.com/disc_viewt.asp?mid=13096 http://www.gotocode.com/disc_viewt.asp?mid=11087
|
|
|
 |
|

|