PRB: LoadPicture() Causes "File Access is Denied" Error

Last reviewed: December 4, 1997
Article ID: Q172690
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 5.0, 5.0a

SYMPTOMS

In Visual FoxPro 5.x, using the LoadPicture function to create an object reference for a read-only bitmap or icon generates the following error message:

   File Access is Denied.

RESOLUTION

Remove the read-only attribute from the bitmap or icon file.

-OR-

Assign the read-only bitmap or icon to the control at design time.

STATUS

Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Behavior

  1. In Windows Explorer, go to VFP5.0a\Samples\Graphics\Bmps\Assorted and change the Balloon.bmp file attribute to Read-only.

    NOTE: The upper-level directory may be different, depending upon the

             directory name in which Visual FoxPro 5.0a was installed.
    
    

  2. In Visual FoxPro, create a new form named "MyTest."

  3. Add an Microsoft Tabbed Dialog ActiveX control to the form and change the Name property to "tabdc1."

  4. In the INIT event of the form, put in the following code:

          Thisform.tabdc1.Object.Picture= ;
          LoadPicture(Home()+"Samples\graphics\bmps\assorted\balloon.bmp")
    

  5. Save and Run the form. The error "File Access is Denied" appears.


Additional query words: foxwin loadpicture activex tabbed dialog control
readonly
Keywords : FxprgGeneral vfoxwin kberrmsg
Version : WINDOWS:5.0,5.0a
Platform : WINDOWS
Issue type : kbprb


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 4, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.