|
-
Aug 21st, 2005, 10:31 AM
#1
Thread Starter
Lively Member
List Box Display Limit
hello there,
is there a limitation on how much a list box can display for each item row?
because i am retrieveing a memo column from the database which contains long sentences.
As of now, the sentences (memo) im retrieveing into the list box are broken up into shorter sentences.
Any ideas?
Thank You
Astro
-
Aug 21st, 2005, 12:55 PM
#2
Re: List Box Display Limit
I've got no idea how long each item can be, but why are you using a list box?
I've always used textboxes for this sort of data (with MultiLine set to True, and ScrollBars set appropriately).
-
Aug 21st, 2005, 11:07 PM
#3
Thread Starter
Lively Member
Re: List Box Display Limit
hello si_the_geek
i was just informed that a listbox holds up to a limit of 255 characters.
as for textbox, there is no recordset property which i will need to modify table values.
do you have any other suggestions?
thanks for replying anyway =)
Astro
-
Aug 22nd, 2005, 05:16 PM
#4
Re: List Box Display Limit
Ok, I'm confused - where are you doing this? Is it in Access?
-
Aug 22nd, 2005, 08:16 PM
#5
Thread Starter
Lively Member
Re: List Box Display Limit
hey yeap =P Access!
Astro
-
Aug 23rd, 2005, 09:42 AM
#6
Re: List Box Display Limit
If your form is bound to a table you can link the textbox to the field using the "Control Source" property.
If it isn't bound, you have full control over what is placed in the textbox, and the data (you just need to load your own recordset).
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
|
Click Here to Expand Forum to Full Width
|