2008 Oct 01 6:26 AM
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.
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.
2008 Oct 06 12:25 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |