Rich
|
| Posted: 05/24/2004, 6:48 AM |
|
I have a form and changed a field into a listbox, allowing for multiple entries (by selecting the "multiple" check box on the property page).
when publishing the page, it gives me a warning saying:
ListBox CodeId : Only the first value selected in the Multiple ListBox can be inserted or updated.
Am i missing a step that will allow me to do multiple selects/inserts?
Thanks
|
|
|
 |
Mark
|
| Posted: 05/24/2004, 6:35 PM |
|
Have a look here
http://forums.codecharge.com/posts.php?post_id=46083&s_keyword=
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 05/24/2004, 6:39 PM |
|
Yes, there are several ways to handle multiple listbox selections and CCS doesn't know what to do.
However I didn't see such message in CCS 2.2. I'm not sure which version of CCS you're using but in CCS 2.2 there are several Many-To-Many examples in the included CCS Example Pack that show how to handle multi-select listbox field to update 2 tables. Other solutions (updating single field in single table) have been discussed in this forum as well.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|