Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progress Bar
Message
De
21/05/1998 02:11:59
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00100675
Message ID:
00100727
Vues:
50
>Thanks Cetin! Looks like a lot of work for slower execution. Set Talk On
>is looking pretty good at this point, but I'll give this a whirl. Also, if you have time, how do you stop sql execution mid-stream? I've tried a few things with "on escape do something", but having difficult time writing solid code to work. As Always, thanks much for sharing your VFP knowledge. Indeed tremendously helpful!
>
>John.
John,
Just before SQL "set escape on" and it would cause an interrupt on long SQL. Immediately set escape off. Here is a quirky way :
set escape on
keyboard "i"   && Ignore if interrupted
select * from mytable where lComplexExpr
set escape off
clear typeahead
? "Continuing"
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform