Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL & Executing Remote Message
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation
Divers
Thread ID:
00496184
Message ID:
00496189
Vues:
10
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform