Custom Search

Trap an Attachment Path

 Here’s a great development tip from SearchDomino.com.  If you need to capture a path to a Domino attachment, here could be viable solution. Click on the file upload control field and go to “Properties.” In the HTML tab, paste the following code into the “Others” field: onBlur=”GetValue(this)” Create a text field and label it “Path.” [...]