KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q192345: FIX: DISPLAY/LIST DLLS NOCONSOLE Echo to Screen

Article: Q192345
Product(s): Microsoft FoxPro
Version(s): WINDOWS:3.0,3.0b,5.0,5.0a
Operating System(s): 
Keyword(s): 
Last Modified: 11-DEC-1999

-------------------------------------------------------------------------------
The information in this article applies to:

- Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b, 5.0, 5.0a 
-------------------------------------------------------------------------------

SYMPTOMS
========

When using the LIST DLLS or DISPLAY DLLS commands with the NOCONSOLE clause, the
.dlls still echo to the FoxPro screen.

STATUS
======

Microsoft has confirmed this to be a bug in the Microsoft products listed at the
beginning of this article. This bug has been corrected in Visual FoxPro 6.0.

MORE INFORMATION
================

Using the NOCONSOLE clause in supported FoxPro commands, prevents the
information from displaying to the FoxPro screen. Unfortunately, the LIST DLLS
and DISPLAY DLLS commands echo the information back to the FoxPro screen.

Steps to Reproduce Behavior
---------------------------

1. In the Command window, type the following commands:

        DECLARE INTEGER GetActiveWindow IN WIN32API  && Ensures that a dll
                                                    &&  displays.
        LIST STATUS TO FILE mystats.txt NOCONSOLE
        LIST DLLS TO FILE mydlls2.txt NOCONSOLE

Note that the FoxPro status does not appear on the FoxPro screen, however, any
dlls in use, display on the screen.

Additional query words: kbVFp500abug kbVFp300bbug kbVFp600fix kbXBase kbVFp500bug kbVFp300bug

======================================================================
Keywords          :  
Technology        : kbVFPsearch kbAudDeveloper kbVFP300 kbVFP300b kbVFP500 kbVFP500a
Version           : WINDOWS:3.0,3.0b,5.0,5.0a
Issue type        : kbbug
Solution Type     : kbfix

=============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.