PRB: FPD SAVE SCREEN .MEM Files Display Improperly in FPWLast reviewed: June 27, 1995Article ID: Q112611 |
The information in this article applies to:
SYMPTOMSThe 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.
CAUSEFoxPro has no way of translating the MS-DOS character-based screen image into a bitmap image for Windows.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce BehaviorIn 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 scrnfileQuit FoxPro for MS-DOS and load FoxPro for Windows. Type the following commands in the Command window:
RESTORE FROM scrnfile RESTORE screen FROM scrnThe 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |