Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sys(3054) How to turn off output to screen?
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 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01286035
Message ID:
01286042
Vues:
18
>I have a need to run sys(3054) at the customer site and send the output to a text file... i.e. using the sys(3092) function.
>
>How do I turn off the output to the screen of the result of sys(3054,1)?
>

You have to specify a memory variable
lcRep = ""
SYS(3054 , 12, "lcRep")
SELECT * FROM ...
STRTOFILE(lcRep, ...)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform