PRB: Displaying Bitmap Has Limitation in Browse Window

Last reviewed: December 10, 1996
Article ID: Q160777
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b, 5.0
  • Microsoft FoxPro for Windows, versions 2.5, 2.5a, 2.5b, 2.6, 2.6a
  • Microsoft FoxPro for Macintosh, versions 2.5b, 2.5c, 2.6a

SYMPTOMS

With an embedded bitmap stored in a general field of a table, you cannot see the entire image when you double-click the General field in Browse window.

CAUSE

The General field has a pre-defined viewable height and width range, so no matter how big you try to make the General field window you can see only that predefined viewable range. The range varies depending on your screen resolution; 650x400 pixels are viewable in 1024x768 screen resolution and only 500x290 pixels can be seen if the screen is setup to 800x600 resolution.

RESOLUTION

In order to see the complete picture from the general field, issue a command like "@.. SAY <General Filed> BMP," or display the bitmap on a form or screen.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a table with a General field.

  2. Append a blank record.

  3. Issue the following command in the Command window:

          APPEND GENERAL <general Field name> from <bitmap file>
    

  4. Browse the table.

  5. Double-click the General field.

NOTE: The entire image is not displayed.


KBCategory: kbdisplay kbprb
KBSubcategory: FxotherDisplay FxotherGraphic
Additional reference words: 3.00 3.00b 5.00 VFoxWin



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