Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Restrict picture height in word
Message
 
 
To
04/11/2009 10:23:00
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01433107
Message ID:
01433127
Views:
48
The scaleHeight and scaleWidth are methods not properties. Did you try to use Height and Width properties? Keep in mind that they are expressed in points not pixels.

>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform