473,464 Members | 1,495 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

List & Tree control accept only 32767 items

Are there any other controls which could replace List & Tree controls,
because they have limitation of accepting only 32767 items.

thanks a lot in advance.

Jun 29 '07 #1
12 2304
On Jun 29, 12:29 am, Chris <CLar...@gmail.comwrote:
Are there any other controls which could replace List & Tree controls,
because they have limitation of accepting only 32767 items.

thanks a lot in advance.
I think sometimes we must ask ourselves if we really want to present
more than 32,767 options to an end user in a listbox or treeview. For
example, rather than asking a user to select from a list of all ZIP
codes in the US (over 40,000) I might first ask them to select a state
and then limit the list of ZIPs to only those within the selected
state. Is there a way to pre-limit your list by adding another
control?

Bruce

Jun 29 '07 #2
rkc
Chris wrote:
Are there any other controls which could replace List & Tree controls,
because they have limitation of accepting only 32767 items.

thanks a lot in advance.
That's to keep you from trying to add 32768 items to a list.
32768 has been scientifically identified as the point at which
your users will want to beat you completely senseless.
Jun 30 '07 #3

"rkc" <rk*@rkcny.yabba.dabba.do.comschreef in bericht news:46**********************@roadrunner.com...
Chris wrote:
>Are there any other controls which could replace List & Tree controls,
because they have limitation of accepting only 32767 items.

thanks a lot in advance.
That's to keep you from trying to add 32768 items to a list.
32768 has been scientifically identified as the point at which
your users will want to beat you completely senseless.
A good laugh always makes my day ... thanks rkc !

Arno R
Jun 30 '07 #4
"Chris" <CL*****@gmail.comwrote
Are there any other controls which
could replace List & Tree controls,
because they have limitation of accepting
only 32767 items.
Anyone who'd present himself with 32767 items to be searched by scrolling is
a masochist; anyone who'd present those 32767 items to his users is a
sadist. It's time for you to determine a more user-friendly approach to
finding the data that's needed, or to hire a user interface designer.

Larry Linson
Microsoft Access MVP
Jul 1 '07 #5
Hi -

You might take a look at Allen Browne's approach at
http://allenbrowne.com/ser-32.html

HTH - Bob

Larry Linson wrote:
Are there any other controls which
could replace List & Tree controls,
because they have limitation of accepting
only 32767 items.

Anyone who'd present himself with 32767 items to be searched by scrolling is
a masochist; anyone who'd present those 32767 items to his users is a
sadist. It's time for you to determine a more user-friendly approach to
finding the data that's needed, or to hire a user interface designer.

Larry Linson
Microsoft Access MVP
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200707/1

Jul 1 '07 #6
Thanks guys for your messages. It seems there is no solution..

I am not a masochist :-) The list of products I have in some
categories are more than 32,767.... There is no way to pre-limit my
list by adding another control. It's up to the user whether they will
select all of them or fewer... I don't know what analysis they can
make with some many items, but..... That's the system requirements.. :-
(

Jul 2 '07 #7
At the very least you can group them by first letter/number in the product
name or ID.

"Chris" <CL*****@gmail.comwrote in message
news:11**********************@m36g2000hse.googlegr oups.com...
Thanks guys for your messages. It seems there is no solution..

I am not a masochist :-) The list of products I have in some
categories are more than 32,767.... There is no way to pre-limit my
list by adding another control. It's up to the user whether they will
select all of them or fewer... I don't know what analysis they can
make with some many items, but..... That's the system requirements.. :-
(

Jul 2 '07 #8
Chris -

Do you really believe that one individual is going to be able to
intelligently deal with 32,000+ options in one shot? Sounds like you are
vastly intimidated by your supervisiors who apparently don't have a clue. My
solution would be to ask them to provide their personal working example as to
how they would deal with the 32,000+ options. My guess is that they'd go
dumb in a heart-beat and probably beat-up on you for failing to meet the goal.
You are dealing with idiots! Brush up your resume!

Chris, look at it. No one has 32,0000+ options memorized, thus they're
working from some sort of a list. Allen Browne's approach, which I pointed
to in a previous post, appears to be (perhaps with modification) a most
intelligent approach.

Grow up -- Bob

Chris wrote:
>Thanks guys for your messages. It seems there is no solution..

I am not a masochist :-) The list of products I have in some
categories are more than 32,767.... There is no way to pre-limit my
list by adding another control. It's up to the user whether they will
select all of them or fewer... I don't know what analysis they can
make with some many items, but..... That's the system requirements.. :-
(
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200707/1

Jul 3 '07 #9
On Sun, 01 Jul 2007 00:30:02 GMT, "Larry Linson" <bo*****@localhost.notwrote:
>"Chris" <CL*****@gmail.comwrote
Are there any other controls which
could replace List & Tree controls,
because they have limitation of accepting
only 32767 items.

Anyone who'd present himself with 32767 items to be searched by scrolling is
a masochist; anyone who'd present those 32767 items to his users is a
sadist. It's time for you to determine a more user-friendly approach to
finding the data that's needed, or to hire a user interface designer.

Larry Linson
Microsoft Access MVP
Larry,

May I please quote you in the access report group?

Chris,

Is there some reasonable way you could break the items into two or more groups
then present the data with the groups appended to one another? Even if this
works, Larry is still right.

Chuck
--
Jul 3 '07 #10

"Chuck" <li*****@schoollink.netwrote in message
news:3b********************************@4ax.com...
On Sun, 01 Jul 2007 00:30:02 GMT, "Larry Linson" <bo*****@localhost.not>
wrote:
>>"Chris" <CL*****@gmail.comwrote
Are there any other controls which
could replace List & Tree controls,
because they have limitation of accepting
only 32767 items.

Anyone who'd present himself with 32767 items to be searched by scrolling
is
a masochist; anyone who'd present those 32767 items to his users is a
sadist. It's time for you to determine a more user-friendly approach to
finding the data that's needed, or to hire a user interface designer.

Larry Linson
Microsoft Access MVP

Larry,

May I please quote you in the access report group?
You certainly may... anything I post publicly can be freely quoted.

Larry

P.S. It is certainly possible to use techniques other than scrolling to make
it less painful to find the needle in the greater-than-32767-haystack. On
the other hand, I have observed very few situations where you are, or should
be, scanning a vast population looking for something to "stand out".

Much more often, you have a value and you want to know whether it is part of
the subject population. In that case, just a text box to enter the known
value (and perhaps a second to verify that you properly entered the first)
would be preferrable to scanning.

Larry


Jul 3 '07 #11
rkc
Larry Linson wrote:
>
Much more often, you have a value and you want to know whether it is part of
the subject population. In that case, just a text box to enter the known
value (and perhaps a second to verify that you properly entered the first)
would be preferrable to scanning.

Larry
Who came up with the "a second to verify that you properly entered the
first" concept any way? Was it before cut & paste was invented?
Jul 4 '07 #12

"rkc" <rk*@rkcny.yabba.dabba.do.comwrote in message
news:46**********************@roadrunner.com...
Larry Linson wrote:
>>
Much more often, you have a value and you want to know whether it is part
of the subject population. In that case, just a text box to enter the
known value (and perhaps a second to verify that you properly entered the
first) would be preferrable to scanning.

Larry

Who came up with the "a second to verify that you properly entered the
first" concept any way? Was it before cut & paste was invented?
It's possibly a carryover from the days of keypunched cards... they punched
the cards on one machine (a keypunch) and then ran the deck through another
machine (a verifier), retyping the data... if the retyping did not match
what had been punched, it was repositioned in the deck for manual review.

AFAIK, the error was just as likely to be in the verifier step as in the
initial punching, but the powers-that-were seemed to believe it was useful.

Larry Linson
Microsoft Access MVP (with a previous "incarnation" as a mainframer)

Jul 4 '07 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Jess Austin | last post by:
hi, I like the way that Python does lists, and I love the way it does iterators. But I've decided I don't like what it does with iterators of lists. Lists are supposed to be mutable sequences,...
14
by: Sims | last post by:
Hi, I know this is slightly OT but before i can get to the programming part i want to make sure that i have the structure covered. I have a 2D map and items in my list/vector will be lines on...
6
by: Heiko Wundram | last post by:
Hi all! The following PEP tries to make the case for a slight unification of for statement and list comprehension syntax. Comments appreciated, including on the sample implementation. ===...
9
by: Smokey Grindle | last post by:
does anyone know of any good tree list view controls (for commercial usage)? I need something that is high quality, and looks similar to the detail view of the list view and in a tree format......
13
by: hornedw | last post by:
I have been working on a ecommerce website for myself. What I needed some assistance on was when i was trying to display the categories/subcategories for the different products. I decided to use...
0
debasisdas
by: debasisdas | last post by:
This sample code displays employee name in the treeview control from the emp table of Scott schema in oracle database. To start with Select Microsoft windows common controls 6.0 (SP6) from...
3
by: shapper | last post by:
Hello, What is the best way to create a structure (List) with parent and child? For example: Home Contact Products Books Magazines
0
by: metricspaces | last post by:
Hi, I'm using VB6 and the TreeView from "Microsoft Windows Common Controls.". Due to the bug http://support.microsoft.com/kb/182231 it is not possible to add more than 32767 nodes to the tree. ...
0
debasisdas
by: debasisdas | last post by:
The following sample code is designed to display the use of accepting a list of values in a single parameter and process the same in the where clause inside a procedure. STEP1:-First create an...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.