Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Max image size?
Message
 
 
À
19/03/2012 11:45:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01538648
Message ID:
01538688
Vues:
42
>If you want the dimensions of the image, just set it as the picture property for an image object:
>
>LOCAL lcImageFile, loImage as Image
>lcImageFile = GETPICT()
>
>IF !EMPTY(lcImageFile)
>	loImage = NEWOBJECT("Image")
>	loImage.Picture = lcImageFile
>	ACTIVATE SCREEN
>	?loImage.Width
>	?loImage.Height
>ENDIF
>
Thanks, Rob. I think I am after the size of the file itself which I got with adir. My questions are -
1) What is the maximum limit before hitting this error?
2) Does anyone else experience the same error and what are workarounds?

I suspect it's the error coming from the SQL Server driver. I'm trying to discuss this error also with someone I know from MS SQL Server team.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform