Hi Cutts,
I guess my data is into the database correctly but when I'm Gridview I would like to click and open the concerned document. I can't find back something simular in the manual.
The following is given as example for pictures in the manual and works fine for images.
<center> <div><img alt="" onerror="this.width='1px';this.height='1px'" style="position: absolute; visibility: hidden" src="[indoogrid:moduleFolder]images/preload.gif" /><img alt="" onclick="this.style.display ='none'" onmouseout="this.style.display ='none'" onload="this.style.marginLeft=-((this.width/2)-(this.nextSibling.width/2));this.style.marginTop=-((this.height/2)-(this.nextSibling.height/2));this.style.visibility='visible';this.previousSibling.style.display='none'" style="position: absolute; display: none; visibility: hidden" /><img alt="" onmouseover="img2=this.previousSibling;if (img2.src==''){img2.src='[indooGrid:binaryLink]'};img2.style.display='block'; this.previousSibling.previousSibling.style.visibility='visible'" src="[indooGrid:binaryLinkThumbnail]" /></div> </center>
But as newbee (I'm more of a copycat) this doesn't help my out with for example .doc added files
Thanks already for trying to help me out.
Regards