Application Development 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: 

adding text in ms word

Former Member
0 Kudos

hi all

can anyone tell me how to download text in MSWORD along with logo,logo part i have already done, but i also want the text to follow,i am using class and methods and also OLE integration,so please tell me the code complying with this, just for ur refrence i am pasting a small part of the code where i have inserted the logo from desktop

data: h_ins_logo type ole2_object.

CALL METHOD OF inlineshapes 'AddPicture' = h_ins_logo

EXPORTING

#1 = v_file. " <-- put your pic location here(it is the filepath)

so please give me smthng related to this.

1 REPLY 1

Former Member
0 Kudos

hi

it is solved by myself