|
Solution Search:
Featured Article
Lotus Notes creator Ray Ozzie and IBM Lotus VP Ken Bisconti were among this year's featured speakers at Enterprise Messaging Decisions 2004. For a wrap-up of the conference's highlights, check out the following links to coverage provided by SearchDomino.com. A conversation with Ray Ozzie Few names are bigger in... More... May 11, 2004
IBM Research
|
Featured News
IBM pushing Express
Big Blue is promising cash to partners who design mid-market products built on the Express portfolio, which includes servers, storage, infrastructure and employee training. The idea, IBM said, is to create products designed for mid-market customers with about 500 users...
More...
Jun 14, 2005
Developer and admin tools at Lotusphere
Domino developer and systems administration tools always make up the bulk of Lotusphere Product Showcase solutions. Here is a report on some of the standouts...
More...
Feb 3, 2005
IBM bundle targets SMBs
Big Blue hopes a fresh combination of software, hardware and services will help lure in smaller companies. For less than 44,000, it's offering either of two Express servers installed with the AIX operating system and integrated with IBM storage and middleware...
More...
Oct 11, 2004
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
Move folders from one Notes database to another using a LotusScript agent
to move from a current Notes/Domino database and to which database you want them moved. Sub Initialize Dim s As New NotesSession Dim w As New NotesUIWorkspace Dim dbSource As NotesDatabase, dbDest As NotesDatabase Dim source As NotesView, dest As NotesView Dim vc As NotesViewEntryCollection Dim docDest As NotesDocument Dim ve As NotesViewEntry Dim folders() As String Dim i As Integer...
More...
Apr 27, 2006
Customizing 'No Documents Found' message without JavaScript
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. This tip shows you how to use a WebQueryOpen agent to see how many documents there are in a view and then pass that value back to the $$ViewTemplateDefault form...
More...
Nov 3, 2004
Get the size of a user's mail database while in the Domino Directory
placed as an agent in the Notes administrator's mail file
and then create a smart icon that calls to the agent. HOW TO DO THIS: a. Create a shared agent in the mail file and paste this script into the "Initialize" section between Sub and End Sub. (It must be set to run LotusScript) b. Have the agent run "Manually From Agent List" c. Save the agent as "Check Size" d. Create a smart icon by choosing File, Preferences... More... Nov 13, 2001
|