Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying Graphics on a Form
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00429175
Message ID:
00432343
Views:
31
Marvin :
I have been working in a severals projects where I use an image control to displays a Employee picture. Thise code works to me:

PageFrame1.Page1.Image1.PICTURE = iif(file(Employee.Photo),employee.Photo,"")

where employee.photo = it's the complet path with the name of the employee picture.

Also you have to add the next code in the Click event of the Page you have the image control:

this.refresh

I hope this code can help you.
Previous
Reply
Map
View

Click here to load this message in the networking platform