Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I clear the Icon or Image ?
Message
 
To
07/07/1998 22:33:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00115122
Message ID:
00115154
Views:
17
>I have a OLE Object for Image,
>and set the Dblclick procedure to select photos!
>But if no picture for another record, how can I remove the picture?!
Justok,

In the code that move the record pointer you can;

THISFORM.OLEBoundControl1.Visible = NOT EMPTY(GeneralFieldName)

That will hide the ole control if the field is empty.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform