Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Restrict picture height in word
Message
De
04/11/2009 10:23:00
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Restrict picture height in word
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01433107
Message ID:
01433107
Vues:
96
I an inserting pictures int o a word doc through atomation with this code

oPic=.SELECTION.InlineShapes.AddPicture(laPhotoName[m.I2] ,.F., .T.)
oPic.scaleHeight=MIN(oPic.scaleHeight,100)
oPic.scaleWidth=MIN(oPic.scaleWidth,100)


but unfortunately the picture don't get restricted to 100 pixels

some of them take up a whole page instead just a small Pict at the top of the page
what am I doing wrong??

Thanks


Peter
Peter Cortiel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform