Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Noconsole has no effect in list dlls command
Message
De
25/05/2005 05:26:53
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
25/05/2005 04:58:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 3
Divers
Thread ID:
01017389
Message ID:
01017391
Vues:
39
This message has been marked as the solution to the initial question of the thread.
>Hello,
>
>In VFP3, I use the List dlls command with NOCONSOLE but it has no effet.
>The result is displayed in my active window...
>Any help appreciated...
>
>Thanks !
>Regards,
>Steph

Not smart but works:
_screen.lockscreen=.t.
list dlls to file myFile.txt noconsole
_screen.cls
_screen.lockscreen=.f.
PS: Noconsole has no effect. Remove if you want.
Alternative:
set console off
list dlls to file myFile.txt && [noconsole]
set console on
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform