Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refreshing picture on page or form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00490766
Message ID:
00490768
Vues:
10
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform