Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image Attributes
Message
De
17/12/2015 13:27:34
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Image Attributes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01629066
Message ID:
01629066
Vues:
67
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform