|
Solution Search:
Featured Article
Ed Brill reported in his blog this week that downloads of Notes/Domino 7, as well as updates for Sametime, Quickplace and Domino Document Manager, are now available from IBM. The downloads are available to members of IBM PartnerWorld or IBM Passport Advantage. Public release of Notes/Domino 7 is expected sometime this month. Sep 1, 2005
IBM Research
|
Featured News
JBoss rolls rebuilt Portal 2.0
In many ways a full-fledged portal offering, JBoss Portal 2.0 features a unified user interface for different applications and content. The previous version was based on PHP, an HTML scripting language used to create dynamic Web pages. Version 2.0, however, has been been built from the ground up using JSR-168, the industry standard Java portlet API spec. A JBoss...
More...
Jun 21, 2005
Users brace for SarbOX deadline
A deadline for compliance with the Sarbanes-Oxley Act (SOX) comes due, and IT departments cross the finish line with lighter wallets, still unsure whether they've got it right or how the first round of audits will turn out...
More...
Nov 15, 2004
Brightmail updates anti-spam software
Brightmail has released a new version of its anti-spam software that boasts a variety of improvements to keep up with the latest spammer tricks. It includes the ability to set rules to filter e-mail by the Web site mentioned in the call-to-action, and an improved method of cleaning HTML messages to filter by content...
More...
Jul 22, 2003
Featured Advice
Calculating results for a column in a Lotus Notes view
Is it possible to get high/low results computed for a column in a Lotus Notes view? The data is a text field using Notes Domino Formula language. I don't mind if it is only a high or low...
More...
May 15, 2009
Can I create and copy Microsoft Excel spreadsheets with LotusScript?
How do I create an Excel spreadsheet using LotusScript? Also, how do I copy one Excel spreadsheet to another using LotusScript? Microsoft Excel is a proprietary Microsoft format...
More...
Apr 15, 2009
Can you use LotusScript to read a text file attached to a Notes doc?
Can a LotusScript agent read a text file that is attached to a Lotus Notes document without first detaching the attachment? I'm not aware of any way to read an attached file from...
More...
Mar 12, 2009
Featured Notes Tips
Keep the original Universal ID when copying a Lotus Notes document
ID for the new Lotus Notes document. The LotusScript code below allows you to keep the original Universal ID. Function NoteCopy2DBWithSameUNID (noteToCopy As NotesDocument, DbDest As NotesDatabase) Dim noteDest As NotesDocument Set noteDest = DBDest.CreateDocument
noteDest.UniversalID = noteToCopy.UniversalID Call noteToCopy.CopyAllItems(noteDest)
Call noteDest.Save(True...
More...
Mar 11, 2008
Save, store and a new shared action
you have a useful Lotus Notes, Domino, Workplace or WebSphere tip or code snippet to share? Submit it to our monthly tip contest and you could win a prize. This Formula code from SearchDomino.com member Paul Morris saves a current Lotus Notes document, stores the form name in a variable, closes the window, and then composes a new Lotus Notes document using the stored form name...
More...
Jun 27, 2006
Firefox shortcut to get HTML page info
Do you have a useful Notes/Domino tip or code to share? Submit it to our monthly tip contest and you could win a prize and a spot in our Hall of Fame. Here's a shortcut you can use in Firefox to quickly access HTML page information without having to view source...
More...
Aug 12, 2004
|