Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I assign an image's picture value from a table?
Message
From
21/11/2006 02:38:05
 
 
To
21/11/2006 02:15:34
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01171337
Message ID:
01171343
Views:
8
>I'm using VFP 6.0. I have a table that stores a key and the location of the picture.

You can add this code to the form's refresh
if !empty(yourtable.yourfield)
  image1.picture=youtable.yourfield
  image1.visible=.T.
else
  image1.visible=.F.
endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform