excel

Hello,

i have a problem with my Excel. I made a hyperlink in Progress for a cell in Excel. It is linked to an image. The image is stored on a server. When i click the link in Excel he open's the image in Explorer, and he doens't show me the image. Is their a way to make it open in, let's say default image viewer? And how do you have to do that in Progress?

ASSIGN hAnchor = chworksheet:Range("F" + STRING(i)).
chExcelApplication:Activesheet:Hyperlinks:Add(hAnchor, ("\\tvh\ + SUBSTRING(string(merkart.objid,"99999999"),1,5) + "\" + SUBSTRING(string(merkart.objid ,"99999999"),6,3) + "." + OBJECT.fototype),'',"Blad", "Blad").
 
Top