Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Restrict picture height in word
Message
From
04/11/2009 10:23:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Restrict picture height in word
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01433107
Message ID:
01433107
Views:
97
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
Next
Reply
Map
View

Click here to load this message in the networking platform