Custom Search

Moving Database Links

If your Lotus system has matured over a period of time, you have found that important databases need to be moved to new servers, locations, etc. The problem is how inform your user base AND remove existing bookmarks. This small piece of code used in the Database Script, using the Postopen method, makes it easier: [...]

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.” [...]