Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSFlexGrid, Help please.
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00211485
Message ID:
00211567
Views:
29
>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

Hello.
Yes. I check up it in debugger window.. Also I try use PictureBox Active and
set Picture object...
I receive some error...
"Member not found"
Maybe FlexGrid do't correctly works with VFP ?
Denis
Previous
Reply
Map
View

Click here to load this message in the networking platform