Lotus Notes — рабочий инструмент программиста.

Обсуждения программирования на Lotus Notes/Domino

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…

Написано lotusnotes

Октябрь 19, 2008 в 10:39

Опубликовано в Lotus Notes

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…

Написано lotusnotes

Октябрь 19, 2008 в 10:39

Опубликовано в Lotus Notes

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…

Написано lotusnotes

Октябрь 19, 2008 в 10:39

Опубликовано в Lotus Notes

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…

Написано lotusnotes

Октябрь 19, 2008 в 10:39

Опубликовано в Lotus Notes

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…

Написано lotusnotes

Октябрь 19, 2008 в 10:39

Опубликовано в Lotus Notes

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…

Написано lotusnotes

Октябрь 19, 2008 в 10:39

Опубликовано в Lotus Notes

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…

Написано lotusnotes

Октябрь 19, 2008 в 10:39

Опубликовано в Lotus Notes