|
| Re: my combobox limit records |
 |
Mon, 24 Mar 2008 12:46:07 -070 |
Emeka Ossai wrote:
> I use vdb 5.7, my combobox cannot take more than 5000 records. Any clue.
That's a lot of items for a combobox. The software loads the contents of
the dataSource into memory.
You might be better served using something else, like a browse or something.
Ken
--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/
*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase/dBASEBooks.htm
|
| Post Reply
|
| my combobox limit records |
 |
Mon, 24 Mar 2008 13:03:05 -050 |
I use vdb 5.7, my combobox cannot take more than 5000 records. Any clue.
|
| Post Reply
|
| Re: my combobox limit records |
 |
Mon, 24 Mar 2008 15:10:44 -070 |
"Emeka Ossai" <megameks@yahoo.com> wrote in message
news:Ekw$OldjIHA.700@news-server...
>I use vdb 5.7, my combobox cannot take more than 5000 records. Any clue.
Kens right.
Another option is to build a little child form with seeker on it. Then you
can popup the form by way of them clicking a little button at the right side
of the field or use the onGotFocus of the field to popup the form. In
either case it will work better and you can more columns plus more rows.
Greg Hill
|
| Post Reply
|
|
|
|
|
|
|
|
|
|