gproulx
Posts: 68
|
| Posted: 06/05/2006, 12:29 PM |
|
HI,
i want to know how it is possible (if it is...) to have a listbox filled with ListOfValues where i can type some text if no values contains what i need?
For example, a listbox filled with countries but did not contain the one i want to select, i want to write it.
Thanks!
|
 |
 |
TheunisP
Posts: 342
|
| Posted: 06/05/2006, 12:41 PM |
|
g, you might wan to try this just remove the database retrieval section:
http://forums.codecharge.com/posts.php?post_id=68906
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 06/07/2006, 9:29 PM |
|
Quote gproulx:
HI,
i want to know how it is possible (if it is...) to have a listbox filled with ListOfValues where i can type some text if no values contains what i need?
For example, a listbox filled with countries but did not contain the one i want to select, i want to write it.
Thanks!
What you are describing is the equivalent of a ComboBox control in a windows UI.
If you go to post http://forums.codecharge.com/posts.php?post_id=75550 , I have a link to one which is easily interfaced within the CCS framework, as well as sample HTML and event code for modifying the datasource.
|
|
|
 |
Michael Mikkelsen
|
| Posted: 06/13/2006, 12:58 PM |
|
See this solution: http://forums.yessoftware.com/posts.php?post_id=62496
|
|
|
 |
|