D
dhstein
I have a listbox on my main form that shows all products in the system. The
first time you access it and scroll down, it is slow - probably the items are
being read from the table into memory at that point. Once you've scrolled
all the way to the bottom, the items are all loaded and you can find any
product quickly and easily. My question is - is there a way to get the items
to load into memory when the form is opened so that this delay is not
noticed? Thanks for any help on this.
first time you access it and scroll down, it is slow - probably the items are
being read from the table into memory at that point. Once you've scrolled
all the way to the bottom, the items are all loaded and you can find any
product quickly and easily. My question is - is there a way to get the items
to load into memory when the form is opened so that this delay is not
noticed? Thanks for any help on this.