PRB: FPD SAVE SCREEN .MEM Files Display Improperly in FPW

Last reviewed: June 27, 1995
Article ID: Q112611
The information in this article applies to:
  • Microsoft FoxPro for Windows, versions 2.5, 2.5a, and 2.5b

SYMPTOMS

The SAVE SCREEN command stores a screen image in a .MEM file. If you execute this command in FoxPro for MS-DOS and issue the RESTORE FROM command in FoxPro for Windows, the image does not display properly.

CAUSE

FoxPro has no way of translating the MS-DOS character-based screen image into a bitmap image for Windows.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

In FoxPro for MS-DOS, type the following commands in the Command window:

   @10,10 say "HELLO"
   SAVE SCREEN TO scrn
   SAVE ALL LIKE scrn TO scrnfile

Quit FoxPro for MS-DOS and load FoxPro for Windows. Type the following commands in the Command window:

   RESTORE FROM scrnfile
   RESTORE screen FROM scrn

The image appears as a small colored rectangle in the upper-left corner of the screen.

Screen image files must be created and saved in the same FoxPro platform as the platform on which they will be displayed.

For more information, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q106281
   TITLE     : PRB: RESTORE WINDOW Does Not Restore Completely


Additional reference words: FoxWin 2.50 2.50a 2.50b
KBCategory: kbprg kbprb
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.