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 06:29:29
 
 
To
25/05/2005 05:26:53
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 3
Miscellaneous
Thread ID:
01017389
Message ID:
01017410
Views:
29
>>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

Thanks a lot Cetin.
Previous
Reply
Map
View

Click here to load this message in the networking platform