Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE image insert
Message
 
 
À
16/06/2002 14:19:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00668975
Message ID:
00669030
Vues:
25
>The image isn't included in the tab order and doesn't appear when the form is running (unless there is already an image there). I want users to work from the forms and be able to insert an image into the tables from the form.

You can create blank or whatever placeholder image to show in image control before user makes his/her choice. In 'Add Image' button put code
lcNewPicture = GETPICT()
IF NOT Empty(lcNewPicture )	
	Thisform.Image1.Picture = lcNewPicture 
ENDIF	
You can also play with drug&drop if you want.
It's better to keep images as a separate files, because image in general field requeres much more space to store and it's almost impossible to extract image from general field back into file.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform