Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Write to the Command Window?
Message
De
06/05/2013 16:29:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01572796
Message ID:
01572812
Vues:
66
>>Are there any tricks that would allow me to dump output (text) to the Command Window?
>
>SET LIBRARY TO FoxTools ADDITIVE
>lcCrLf = CHR(13)+CHR(10)
>ACTIVATE WINDOW Command
>lnHandle = _WonTop()
>lcInserttext = [SELECT * FROM Temp] 
>? _EdInsert(lnHandle, lcInserttext, LEN(lcInserttext))
>
>
Interesting solution. I've never seen it before. The text is not processed as a command, but simply appends to the command window buffer. Very nice.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform