02-22-2006 04:42 PM
02-22-2006 04:58 PM
Hi Maximus,
If you have the Report Generation Toolkit, take a look at examples\office\Word Examples.llb\Table with Icons.vi. This example inserts images into certain cells of a table, and text into others. If you don't have the toolkit, you will need to get the Range property of whatever Cell you wish you add the picture to, and call the "AddPicture" method on that Range.
Hope this helps,
-D
03-31-2006 02:35 PM
03-31-2006 02:48 PM
Hello,
There is no built-in way to add a control image to a Word cell via its control reference...the way you're doing it is probably the best way.
You can, however, add a control image to the main body of your Word document. This is accomplished with the Append Control Image to Report.vi on the main Report Generation palette.
-D