BUG: Repeated Outputs to _SCREEN Distorts _SCREEN.Picture (189774)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Windows 6.0

This article was previously published under Q189774

SYMPTOMS

Repeated output to _SCREEN might distort the _SCREEN.Picture image.

STATUS

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

MORE INFORMATION

Steps to Reproduce Behavior

  1. Run the following code in the Command window:
          _SCREEN.Picture=HOME()+'Fox.bmp'
  2. Type the following in the Command window:

    DISPLAY STATUS

  3. Press Enter, and then press Escape (Esc).
  4. Repeat steps 2 and 3 five times.
  5. Type the following in the Command window:

    Clear

RESULT: The background image in the upper left-hand portion of the Visual FoxPro desktop is distorted.

Modification Type:MajorLast Reviewed:12/11/1999
Keywords:kbbug KB189774 kbAudDeveloper