Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Noconsole has no effect in list dlls command
Message
From
25/05/2005 05:26:53
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/05/2005 04:58:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 3
Miscellaneous
Thread ID:
01017389
Message ID:
01017391
Views:
38
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform