Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image Attributes
Message
From
17/12/2015 13:27:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Image Attributes
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01629066
Message ID:
01629066
Views:
66
Hi All

I have some images in a DBF memo field. How can I determine the pixel width and height of the image contained in the field?

UPDATE

Found a solution:
loImage = CREATEOBJECT("Image")
loImage.Pictureval = myFile.myPicture
? loImage.Height
? loImage.width
Thanks for reading
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Next
Reply
Map
View

Click here to load this message in the networking platform