Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with ListView - Urgent
Message
From
02/09/1999 14:26:04
 
 
To
26/08/1999 17:02:36
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00258157
Message ID:
00260743
Views:
14
Hi Elyse.

>this.imlListView.Object.ListImages.Add(1, ,LOADPICTURE("MyPict.bmp"))
>
>The error is: OLE error code 0x800a01e1 unknown COM status code.

Is MYPICT.BMP built into the APP/EXE? If so, that's the cause of the error: LOADPICTURE() has a bug (IMO) that causes an error if the file is in the APP, even if it also exists on disk. The solution is to either remove the BMP from the project or mark it as excluded, then ship this file with the application.

In an upcoming FoxTalk article, I'm going to present a program that you can call instead of LOADPICTURE() to handle copying images out of a table and loading them.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform