Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSFlexGrid, Help please.
Message
From
23/04/1999 12:33:19
 
 
To
23/04/1999 11:35:19
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00211485
Message ID:
00211584
Views:
35
>>Try verifying if oPicture is a valid object after LoadPicture
>>
>>oPicture = LoadPicture(...)
>>If VarType(oPicture)="O" And !IsNull(oPicture)
>> ....
>>Else
>> Wait Wind "oPicture isn't an object - LoadPicture failed"
>>EndIf
>
>You might want to verify that the imagelist control is being instantiated before the the flexgrid control.


Hello Joseph
MSFlexGrid
Does not require ImageList. But if it to use I receive a similar error
THISFORM.oleFlex1.object.CellPicture= THISFORM.oleImageList.ListImages(1).Picture
"Member not found"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform