G
Guest
I have a form containing an unbound object frame that I have coded to be
filled by a linked image that is different for each of the form's records.
These images are only thumbnails of around 18kb each and so they load fairly
quickly - but not nearly quick enough for me to be able to rapidly scroll
through the records using my mouse wheel. Each time I give the mouse wheel a
spin, the form moves to the next record and then stops. There seems to be no
buffering of mouse wheel moves, so if you are not still moving the wheel
after the form has found the next record then the form will stay on that
record.
If I use embedded images, rather than linked images, the scrolling operates
almost instantaneously.
Considering the example of scrolling from record 1 to record 10, I have no
need to display the intermediate images for records 2 to 9. Is there any way
to temporarily inhibit the image linking during the scrolling process?
filled by a linked image that is different for each of the form's records.
These images are only thumbnails of around 18kb each and so they load fairly
quickly - but not nearly quick enough for me to be able to rapidly scroll
through the records using my mouse wheel. Each time I give the mouse wheel a
spin, the form moves to the next record and then stops. There seems to be no
buffering of mouse wheel moves, so if you are not still moving the wheel
after the form has found the next record then the form will stay on that
record.
If I use embedded images, rather than linked images, the scrolling operates
almost instantaneously.
Considering the example of scrolling from record 1 to record 10, I have no
need to display the intermediate images for records 2 to 9. Is there any way
to temporarily inhibit the image linking during the scrolling process?