PC Review


Reply
Thread Tools Rate Thread

ComboBox issues

 
 
=?Utf-8?B?TWljaGFlbCBCYWx0aWM=?=
Guest
Posts: n/a
 
      28th Apr 2005
I have read all the posts on the combo box long load times. Here is my issue:

1. I have a ComboBox with a list of Custodians in it.
2. I scan an Asset tag to look up its details.
3. The ComboBox selects the Custodian from the Asset details.
4. If there is no Custodian, the ComboBox displays '--No one assigned--'.

Here's the problem:

1. There are 1500+ Custodians in the list! = super long loads, memory usage
2. My user needs it to be dummy proof. = I don't want another form to do
the change.
3. I do have a foreign key for the custodian to filter it by their section.
However, these still have 200 - 300 people.
--
Application Developer
State of Ohio: Office of the Attorney General
 
Reply With Quote
 
 
 
 
Robbe Morris [C# MVP]
Guest
Posts: n/a
 
      29th Apr 2005
If you are using databinding, stop. Do it manually. Even 200-300
is a lot for a drop down for a mobile device. I can just imagine how
rough it will be to use a stylus with such a small scroll bar.

Are you sure a combobox is the right ui choice for this type
of selection process?

--
2005 Microsoft MVP C#
Robbe Morris
http://www.robbemorris.com
http://www.masterado.net/home/listings.aspx



"Michael Baltic" <(E-Mail Removed)> wrote in message
news:7F55C108-64FF-4E40-86CE-(E-Mail Removed)...
>I have read all the posts on the combo box long load times. Here is my
>issue:
>
> 1. I have a ComboBox with a list of Custodians in it.
> 2. I scan an Asset tag to look up its details.
> 3. The ComboBox selects the Custodian from the Asset details.
> 4. If there is no Custodian, the ComboBox displays '--No one assigned--'.
>
> Here's the problem:
>
> 1. There are 1500+ Custodians in the list! = super long loads, memory
> usage
> 2. My user needs it to be dummy proof. = I don't want another form to do
> the change.
> 3. I do have a foreign key for the custodian to filter it by their
> section.
> However, these still have 200 - 300 people.
> --
> Application Developer
> State of Ohio: Office of the Attorney General



 
Reply With Quote
 
=?Utf-8?B?TWljaGFlbCBCYWx0aWM=?=
Guest
Posts: n/a
 
      29th Apr 2005
Well, I added a new form to do the custodian transfer. There are 60 sections
and at most there are 300 employees in that section. I put the section list
into a combo box and based on the selected value, a datagrid is populated.
This has made the process a little quicler.

Is there some other control I could be using? I could add a text box to
allow for entering the start of the name, then reduce the result set? Then I
start running into limited screen space. Or, a wizard type search where on
the first panel they choose the section then on the next they filter the
name, then on the 3rd they see the results?

"Robbe Morris [C# MVP]" wrote:

> If you are using databinding, stop. Do it manually. Even 200-300
> is a lot for a drop down for a mobile device. I can just imagine how
> rough it will be to use a stylus with such a small scroll bar.
>
> Are you sure a combobox is the right ui choice for this type
> of selection process?
>
> --
> 2005 Microsoft MVP C#
> Robbe Morris
> http://www.robbemorris.com
> http://www.masterado.net/home/listings.aspx
>
>
>
> "Michael Baltic" <(E-Mail Removed)> wrote in message
> news:7F55C108-64FF-4E40-86CE-(E-Mail Removed)...
> >I have read all the posts on the combo box long load times. Here is my
> >issue:
> >
> > 1. I have a ComboBox with a list of Custodians in it.
> > 2. I scan an Asset tag to look up its details.
> > 3. The ComboBox selects the Custodian from the Asset details.
> > 4. If there is no Custodian, the ComboBox displays '--No one assigned--'.
> >
> > Here's the problem:
> >
> > 1. There are 1500+ Custodians in the list! = super long loads, memory
> > usage
> > 2. My user needs it to be dummy proof. = I don't want another form to do
> > the change.
> > 3. I do have a foreign key for the custodian to filter it by their
> > section.
> > However, these still have 200 - 300 people.
> > --
> > Application Developer
> > State of Ohio: Office of the Attorney General

>
>
>

 
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
Combobox Issues =?Utf-8?B?TGlu?= Microsoft Access Forms 2 11th Jul 2007 04:02 PM
2-Column ComboBox Issues Justin Microsoft Excel Programming 4 14th Sep 2006 10:04 PM
ComboBox Issues =?Utf-8?B?TVMgbGVhcm5lcg==?= Microsoft Access Getting Started 6 3rd Nov 2005 11:01 PM
ComboBox Issues Darrin Henshaw Microsoft Excel Programming 1 16th Apr 2005 01:35 PM
Combobox + Speed issues Dev Microsoft Dot NET Compact Framework 2 15th Dec 2003 10:42 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:45 AM.