-
MultiSelects
Can anyone tell me how (and if it is possible) to make a DBCombo box or DBList
box MultiSelect capable? I am pulling data into a DBCombo/DBList box using
SQL queries and I want the user to be able to select multiple items which
in turn only the selected items will be written to another table.
Any and all help would be greatly appreciated.
Thanks
Glenn
-
Re: MultiSelects
"Glenn" <GnKWilson@WebAccess.net> wrote:
>
>Can anyone tell me how (and if it is possible) to make a DBCombo box or
DBList
>box MultiSelect capable? I am pulling data into a DBCombo/DBList box using
>SQL queries and I want the user to be able to select multiple items which
>in turn only the selected items will be written to another table.
>
>Any and all help would be greatly appreciated.
>Thanks
>Glenn
Hello,
1. run a loop until the end of listbox (listbox.listcount)
2. check the status of each and every index (.selected property = true)
3. if true do the table operation for the selected item.
4. else skip the database operation.
Regards
Edwin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks