PC Review


Reply
Thread Tools Rate Thread

Combo Box & DatSource

 
 
Jacques
Guest
Posts: n/a
 
      19th Jul 2004
Hi ,


I've 24 Combo Box in a Group , connected to the same DataSource
(ArrayList) : easy way to fill Combo .

The pb i've , is that when i select an item in 1 combo then all other
23 will display the same entry , and of course i don't want that .

Is there something quite simple that i could do force them , not to
sync ?

Thanks
Jacques



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
 
Mike Smith
Guest
Posts: n/a
 
      20th Jul 2004
i think if u link it via the datasource they are all bound to the same
currencymanager (well i think thats what u call it.. im sure the experts
will correct me on the correct term) , hence all being in sync. Sort of like
how u can control all textboxes to scroll records at the sametime.

You could use the datareader to loop and then append the data to each
different combobox within the same loop.. it shouldnt be linked to any
datasource then...

<Jacques> wrote in message news:OGIRO$(E-Mail Removed)...
> Hi ,
>
>
> I've 24 Combo Box in a Group , connected to the same DataSource
> (ArrayList) : easy way to fill Combo .
>
> The pb i've , is that when i select an item in 1 combo then all other
> 23 will display the same entry , and of course i don't want that .
>
> Is there something quite simple that i could do force them , not to
> sync ?
>
> Thanks
> Jacques
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



---
Outgoing mail is certified Virus Free. (well i'd like to think it is.. )
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.723 / Virus Database: 479 - Release Date: 19/07/2004


 
Reply With Quote
 
Ken Tucker [MVP]
Guest
Posts: n/a
 
      20th Jul 2004
Hi,

In addition to Mike's comments. The currencymanger will keep the
comboboxes in sync. Create a new dataview for each combobox and bind each
combobox to a different dataview.

Ken
------------------
<Jacques> wrote in message news:OGIRO$(E-Mail Removed)...
Hi ,


I've 24 Combo Box in a Group , connected to the same DataSource
(ArrayList) : easy way to fill Combo .

The pb i've , is that when i select an item in 1 combo then all other
23 will display the same entry , and of course i don't want that .

Is there something quite simple that i could do force them , not to
sync ?

Thanks
Jacques



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access 2007 - Combo Boxes to break down list in othe combo box A_Barnes General Software 1 23rd Jul 2011 03:05 PM
combo box selection runs query to sum values in table not gettingparameter from combo box RCGUA Microsoft Access Form Coding 2 23rd Jul 2009 01:32 AM
Filtered list for Combo Box ListFillRange - Nested Combo Boxes =?Utf-8?B?RG9jdG9yRw==?= Microsoft Excel Programming 4 30th Jan 2009 10:18 PM
Open form based on combo box value w/error message for blank combo box Ruth Microsoft Access 0 20th Apr 2007 11:00 PM
Using Combo Boxes to Display Data from Previous Combo Box select? =?Utf-8?B?SmV0aDA4MDg=?= Microsoft Access 1 12th Jun 2006 04:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:42 PM.