Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display Blob data
Message
From
18/11/2004 15:58:48
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
18/11/2004 11:49:16
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:
00962819
Views:
8
That works!

Thanks,

Jerry


>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
Reply
Map
View

Click here to load this message in the networking platform