List Box field length 
Author Message
 List Box field length

I'm writing a program that will pick a question from a list of about
500.  I am loading all of the questions from a text file into a
listbox in order to be able to easily randomize the questions asked
and remove questions that have already been asked.  The problem I run
into is that the listbox only seems to load a portion of the question.
It seems anything past the first 30-40 characters of a sentance
doesn't get loaded.  Does anyone know a way around this?



Tue, 04 Jul 2000 03:00:00 GMT  
 List Box field length

: It seems anything past the first 30-40 characters of a sentance
: doesn't get loaded.  Does anyone know a way around this?

you're goofing up somewhere else--this shouldnt be a listbox issue.
listboxes *do* have.. what.. a 64k limit?.. but that shouldnt be affecting
you.  something else in your code is screwy (perhaps a maxlength set in
your access field)

- adrian



Tue, 04 Jul 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Getting the length of selected files in a File List Box (sum in bytes)

2. Combo box list length

3. string length of File list box

4. Input Box field length?

5. Headbang: Annoyed users, trailing spaces, SQL 6.5 field length, txt box, MaxLength

6. Headbang: Annoyed users, trailing spaces, SQL 6.5 field length, txt box, MaxLength

7. ADOX: Extending a fixed length Jet string field length

8. How to modify the field length from an access-field in Ms-VB

9. way to find max var char field lengths of fields in SQL Server table

10. Capture actual field length from numeric fields

11. How to list macro names in a combo box or a list box

 

 
Powered by phpBB® Forum Software