BUG: SET COLOR SET TO MYCOLORSET Doesn't Reset Colors Properly

Last reviewed: June 27, 1995
Article ID: Q124939
The information in this article applies to:
  • Microsoft FoxPro for Windows, version 2.6a

SYMPTOMS

After using the SET COLOR OF SCHEME command to change the colors of a scheme, the SET COLOR SET TO <user_defined_color_set> command does not reset the colors properly.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Problem

Create and run a program using the following code:

   SET COLOR OF SCHEME 1 TO ,B/R
   CREATE COLOR SET MyColorSet
   SET COLOR SET TO MyColorSet
   ? SCHEME (1)   && the second color pair shows as B/R
   SET COLOR OF SCHEME 1 TO ,R/B  && reverse the color pair
   ? SCHEME (1)  &&  the second color pair now shows as R/B
   SET COLOR SET TO MyColorSet  && should reset the color schemes to the
                                && default for MyColorSet
   ? SCHEME (1)   && the second color pair shows as B/RB instead


Additional reference words: 2.60a FoxWin buglist2.60a
KBCategory: kbprg kbdisplay kbbuglist
KBSubcategory: FxprgGeneral


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.

Last reviewed: June 27, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.