Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use ESC To Interrupt a Runaway Query
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP4
Network:
Windows NT
Database:
Visual FoxPro
Divers
Thread ID:
01003264
Message ID:
01003268
Vues:
22
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform