Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OLE - Insert a logo into table cell

Former Member
0 Likes
551

Hi friends. I trying to put a logo into a table cell. The table has 1 line and 2 colums.

I'm using the code:

GET PROPERTY OF gs_selection 'InlineShapes' = gs_shapes.
  CALL METHOD OF gs_shapes 'AddPicture'
    EXPORTING
      #1 = p_filename
      #2 = 'False'
      #3 = 'True'.

The problem is I want to put logo on line 1 and colum 2, but when I execute this code, the logo show on

line 1, colum 1. How I can put logo on line 1, colum 2?

Thanks a lot!

Hi friends. I trying to put a logo into a table cell. The table has 1 line and 2 colums.

I'm using the code:

GET PROPERTY OF gs_selection 'InlineShapes' = gs_shapes.
  CALL METHOD OF gs_shapes 'AddPicture'
    EXPORTING
      #1 = p_filename
      #2 = 'False'
      #3 = 'True'.

The problem is I want to put logo on line 1 and colum 2, but when I execute this code, the logo show on

line 1, colum 1. How I can put logo on line 1, colum 2?

Thanks a lot!

2 REPLIES 2
Read only

Former Member
0 Likes
497

Check out in the method if you can find some parameter that is passed to set the location of the logo.

Regards,

Lalit Mohan Gupta.

Read only

Former Member
0 Likes
497

Thanks for answer...

I checked using VBA editor from MS-Word. Theres only 3 parameters...