I can make it Now..but how to stop it... (1 Viewer)

goconnect

Registered User.
Local time
Today, 10:38
Joined
Apr 26, 2001
Messages
11
Hello

I have another problem again...

I need to make a slide show in a form.

So I try to make a infinite loop <---

Example :

loop A = 0 until ---> A always = 0

loop 5 seconds <----then display next record
gotorecord, , acNext

If EOF then I set it back to First record and loop it again.

The problem is I can't stop it!!(The mouse's pointer in busy)

I need to click the form/button/picture to stop it....but how...

Any ideas??

Plz help

Thanks

Also I try to put the above code into form_load...but can do it....(hang again), so I put the code in a button_click() right now!

Do I need to put the code in form_Timer() ?????
 

Users who are viewing this thread

Top Bottom