Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display Blob data
Message
De
18/11/2004 11:49:16
 
 
À
18/11/2004 10:04:15
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00962598
Message ID:
00962692
Vues:
11
This message has been marked as the solution to the initial question of the thread.
Hi Jerry.

>I have a table with a blob data type. This blob field contains .Jpg images.
>
>How can I display the contents of a blob field in a form?

Set the new PictureVal property of an Image control to the name of the blob field:
Thisform.imgPicture.PictureVal = MyTable.MyBlobField
Note that PictureVal doesn't work like ControlSource -- you need to set PictureVal each time you move the record pointer.

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform