dbTalk Databases Forums  

Image picture property

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss Image picture property in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Richard Walker
 
Posts: n/a

Default Image picture property - 11-12-2004 , 05:16 PM






Hi

In VFP6 the tooltip on the Image object Picture property says:
"Specifies the graphics file or field to display on the control". OK
it's easy to display a jpeg file on the control, but how do you display
a field on the control? I can't work out a way other than holding the
jpeg in a memo field and copying this to a temporary jpeg file prior to
setting the Picture property. Or maybe I'm not approaching the problem
from the right direction?

Any suggestions appreciated, thanks
--
Richard

Reply With Quote
  #2  
Old   
Stefan Wuebbe
 
Posts: n/a

Default Re: Image picture property - 11-13-2004 , 03:06 AM






Hi Richard

You're right, that's why the image control got the new .PictureVal property
in Vfp9 which accepts a stream, i.e. can be
Thisform.Image1.PictureVal = myAlias.BinaryMemo && or BLOB


hth
-Stefan

"Richard Walker" <richard (AT) NOSPAMhillsett (DOT) co.uk> schrieb
Quote:
Hi

In VFP6 the tooltip on the Image object Picture property says:
"Specifies the graphics file or field to display on the control". OK
it's easy to display a jpeg file on the control, but how do you display
a field on the control? I can't work out a way other than holding the
jpeg in a memo field and copying this to a temporary jpeg file prior to
setting the Picture property. Or maybe I'm not approaching the problem
from the right direction?

Any suggestions appreciated, thanks
--
Richard

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.