Using VFP 9 SP1
I'm able to create a document, send the correct data, create a table and
insert a photo in a cell (I'm using
.Cell[2,4].Range.InlineShapes.AddPicture((lcImage)) ), so far so good. I'm
looking in the book automation with Visual Foxpro and it mentions being able
to assign a height and width to the image. I've tried -
.Cell[2,4].Range.InlineShapes.height = (number) etc, but it tells me it
doesn't recognize the object.
Could someone please tell me how to pass the height and width so I can
resize the picture.
thank you