Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing picture on page or form
Message
From
01/04/2001 17:19:50
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00490766
Message ID:
00490768
Views:
9
Hi,

You can try this in Form Refresh,
dlcPhoto=ThisForm.Pageframe1.Page6.Text4.value
if file(dlcphoto)
	ThisForm.Pageframe1.page6.Image1.picture=(dlcPhoto)
	ThisForm.Pageframe1.page6.Image1.visible=.t.
 else
 	ThisForm.Pageframe1.page6.Image1.picture=" "
	ThisForm.Pageframe1.page6.Image1.visible=.f.

endif
return dluResult
HTH

João Batista
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform