Archive for Октябрь 19th, 2008
Batch file runs scheduled Lotus Notes database maintenance tasks
After encountering problems with a large Lotus Notes database, Brian Graham developed this hands-off solution. He created a batch file that runs several Lotus Notes database management tasks while your Lotus Domino server is offline.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…
Java code inserts data from Notes documents into a SQL table
Prepared statements let Lotus Notes Domino users update and insert data into tables. Check out this Java code, which retrieves data from documents and tests to see if the data exists in a SQL table. If it does exist, the data is updated. If it doesn’t exist, the Java code inserts the data.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…
Display Lotus Notes user group membership details in a tree view
Determining which groups a Lotus Notes user belongs to is important, but difficult if you don’t have access to the proper databases. This tip explains how to display a tree view of the groups and nested groups to which a user belongs with just the click of a button.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…
Open documents in Lotus Notes from the Web without a UNID
You can use the «Notes://» URL and the UNID to open documents in the Lotus Notes client from a link on the Web. But what do you do if you only have the view and key? This tip offers a solution.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…
Alternate version of @Command forwards subform via LotusScript
The @Command([MailForward]) function lets you place an UI document’s contents into a mail memo and forward it. If you only want to forward a portion or subform of the UI document, this tip can show you how, using a LotusScript alternative.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…
How DirLint verifies data in Lotus Notes Domino 8 directories
Get an introduction to DirLint, a new tool available in Lotus Notes Domino 8 that scans directories and identifies issues such as invalid syntax in names, issues with the naming hierarchy scheme, and reports problems in directory names.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…
Process large arrays in Notes forms without undue coding or testing
When two Domino developers had to process large arrays in Lotus Notes forms for an international company, they devised a solution that reduced the coding, debugging and testing time involved. Get the LotusScript code they used to easily process the arrays.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…