Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL & Executing Remote Message
Message
General information
Forum:
Visual FoxPro
Category:
Installation
Miscellaneous
Thread ID:
00496184
Message ID:
00496189
Views:
9
>How do I keep the message 'Executing Remote. Press ESC to cancel'
>from coming up when I run:
>
>cSqlCmd = 'SELECT * FROM Cdm WHERE Proc_Code = 4710'
>nResult = SQLExec(nConnHandle, cSql, 'CdmTemp')
>


set escape off

Since this is scoped to datasessions, if you do this in a form, you have to reset the setting in the Load (or Init) of the form.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform