How to resize images in Word Automation using Progress 4GL

Status
Not open for further replies.
4

4gl Developer

Guest
Using the InlineShapes method to insert an image in a Word document, as in:

chShapes = chRange:InlineShapes.

chShapes:AddPicture("C:\myfiles\logo.png").

That works fine.

When I try to address the shape, however, I get "the requested member of the collection does not exist".

Tried using: chShape = chShapes:ITEM(1).

Any help would be appreciated.

Continue reading...
 
Status
Not open for further replies.
Top