Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
From a newbee: How could I load an image on a form?
Message
De
08/12/1999 15:08:50
 
 
À
08/12/1999 10:41:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00300328
Message ID:
00300560
Vues:
22
Hi M-J,

>I have table with a general field. I would like the user to be able to select an image on disk and save it in my field and see it on my form.
>How can I do this ?

I don't use General Fields, I use Memo fields to store images. You can use FileToStr() to put the image into the field, then StrToFile() to get it out. With these commands, you can try to sync a BMP file with the record pointer and a Picture object on your form.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform