Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display Blob data
Message
From
18/11/2004 11:49:16
 
 
To
18/11/2004 10:04:15
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00962598
Message ID:
00962692
Views:
12
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform