How to Load Image into Excel sheet purticular Cell?

sridevi.stalin

New Member
Dear Friends,
in Progress9.1D,
I could insert image into Excel sheet using the following code,
DEFINE VARIABLE chPicture AS COM-HANDLE NO-UNDO.
chPicture = chWorksheet:pictures:INSERT("D:\HRMS\AppSrv\sys\src\adm2\image\ggg.jpg":U,).
but I want that image into purticular cell of excel sheet.
like:- chWorkSheet:Range("D" + string(icntr)):Value = "Here the Image"
and, I've Progress table "Images" filed "ImageData" as RAW.
I tried this using LOAD-IMAGE, LOAD-PICTURE..., and Dynamic frame, image.
when I using dynamics, it shows "TRUE" in the cell. means picture has been found.
I couldn't see picture.
need help.
 
Top