Re: Exiting a SCAN ENDSCAN
- From: Josh Assing <XjoshX@xxxxxxxxxxx>
- Date: Tue, 24 Apr 2007 19:35:01 -0700
scan
<do something>
if inkey() = [your key code]
exit
endif
endscan
or
scan while inkey() # [your key code]
< do something >
endscan
On Wed, 25 Apr 2007 11:47:24 +0930, "gerald" <geraldweb@xxxxxxxxxxxxxxx> wrote:
I am running a slideshow as mentioned in an earlier post. That is working
very well.
In a table of many records ( images) the user would like to be able to EXIT
the SCAN loop at any time.
I have tried an ON KEY F9 EXIT and ON KEY thisform.release both inside and
outside the loop - nothing happens.
Any sugestions how to terminate the slideshow.
Regards
Bryan
.
- References:
- Exiting a SCAN ENDSCAN
- From: gerald
- Exiting a SCAN ENDSCAN
- Prev by Date: Exiting a SCAN ENDSCAN
- Next by Date: Re: Exiting a SCAN ENDSCAN
- Previous by thread: Exiting a SCAN ENDSCAN
- Next by thread: Re: Exiting a SCAN ENDSCAN
- Index(es):
Loading