Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use ESC To Interrupt a Runaway Query
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP4
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01003264
Message ID:
01003268
Views:
17
oh, how about something like
 IF USED(srView)
   set escape on
   REQUERY(srView)
   if lastkey()=27
      do cleanUpAndStuffForUser
   endif
 ELSE
   USE (srView) IN 0
 ENDIF
There is an ON ESCAPE command, but I don't think that would help in this situation.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform