PRB: Transport Screens w/ PICT Files from Macintosh to Windows

Last reviewed: April 30, 1996
Article ID: Q113689
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0
  • Microsoft FoxPro for Windows, versions 2.6x

SYMPTOMS

Creating a screen in FoxPro for Windows that uses a PICT file from FoxPro for Macintosh will produce a "Picture too big, corrupt, or wrong format" error message if FOX.BMP cannot be found in the main FoxPro for Windows directory. If FOX.BMP can be found, it will automatically be substituted for any PICT file when you transport a screen from FoxPro for Macintosh to FoxPro for Windows.

RESOLUTION

To avoid this behavior, use the PICT-to-BMP utility that ships with FoxPro for Macintosh (it is located in the GOODIES:MISC subfolder by default). You can either convert the PICT file to a .BMP file and use that file on both platforms, or you can just move the .BMP file along with the *.SC? files so that the bitmap can be used with FoxPro for Windows.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a screen in FoxPro 2.5b for Macintosh.

  2. Add a word to the screen using the Text tool in the Screen Builder toolbox.

  3. Add a picture to the screen; for example, FOX.PCT. To add the PICT file, use the Picture tool in the Screen Builder toolbox.

  4. Move the *.SC? files to a Windows machine.

  5. To see the error message, either move FOX.BMP out of the FoxPro for Windows directory or rename the file.

  6. Using FoxPro 2.6 for Windows, try to modify the screen that was created on the Macintosh.

At this point, the transporter is invoked. During the transport, you will be asked to locate the file. Unless you select a particular .BMP file, FOX.BMP in the FOXPROW directory will be substituted. If another .BMP file is not selected and FOX.BMP cannot be found, you will get the error message "Picture too big, corrupt, or wrong format," and the screen file will not open.


Additional reference words: VFoxWin FoxWin 2.60 2.60a 3.00 errmsg err msg
cross platform xplat transfer convert transport translate
KBCategory: kbprg kberrmsg kbprb
KBSubcategory: FxtoolSbuilder


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: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.