Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progress Bar
Message
From
21/05/1998 02:11:59
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00100675
Message ID:
00100727
Views:
48
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform