Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
JPEGs and GIFs (animated)
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00599997
Message ID:
00600027
Views:
18
Guenter,

What variable? Are you doing something like this when you go to a different record?
if file(table1.picFile)
	thisForm.image1.picture = table1.picFile  && where table1.picFile is
                                                  && the field containing the file
                                                  && name including full path
else
	thisForm.image1.picture = ""
endif
>I put the variable containing the path to the picture in the Picture property of the Image control. It shows one picture nicely, but it doesn´t update when I move from rec to record.
>
>Clearer?Thx!
>G
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform