Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread show record after scroll not during.
Sat, Mar 17 2007 5:17 AMPermanent Link

Aaron Taylor
is there a way to not show records as your scrolling but when you stop.

i wish to create a html page as you move the dataset but as it saves an image from the db to a file then creates
the html if you scroll fast through the data it tries to save the image as another is still being saved and errors.


Sat, Mar 17 2007 9:24 AMPermanent Link

"Ralf Mimoun"
Aaron Taylor wrote:
> is there a way to not show records as your scrolling but when you
> stop.
>
> i wish to create a html page as you move the dataset but as it saves
> an image from the db to a file then creates the html if you scroll
> fast through the data it tries to save the image as another is still
> being saved and errors.

Start a timer in AfterScroll, eg with an interval of 500. In the timer
event, you disable the timer and start the function.

Ralf
Sat, Mar 17 2007 8:32 PMPermanent Link

Aaron Taylor
thanx ralf

thats what ive already done,except you have to disable and enable the timer afterscroll.
works ok but i wanted to find out if theres a neater way.
i was worried that doing it that way vight have sideaffects on other pc's.


"Ralf Mimoun" <nospam@rad-on.de> wrote:

Aaron Taylor wrote:
> is there a way to not show records as your scrolling but when you
> stop.
>
> i wish to create a html page as you move the dataset but as it saves
> an image from the db to a file then creates the html if you scroll
> fast through the data it tries to save the image as another is still
> being saved and errors.

Start a timer in AfterScroll, eg with an interval of 500. In the timer
event, you disable the timer and start the function.

Ralf
Image