Отправляет email-рассылки с помощью сервиса Sendsay

Бюллетень "Lotus Notes CodeStore"

  Все выпуски  

ODFDOM for Java: Simplifying programmatic control of documents and their data, Part 3


Рассылку ведет: Программист на Lotus NotesLotus CoderВыпуск No 329 от 2010-04-30
рассылка о программировании на Lotus Notes/Domino
Обсуждения на форумах, блогах. Примеры программного кода на LotusScript,@formula, Java

рассылка:выпускархивлентаблогсайт

Бюллетень "Lotus Notes CodeStore" Выпуск 13 от 21.04.2008

comp.soft.prog.lotuscodesrore

CodeStore. Примеры кодов

Еще примеры:
Больше кодов на сайтах:

Форумы.Свежи темы и обсуждения

Всем привет.

Есть задачка которую до конца не удается решить.

Нужно выгрузить с помощью LEI документ с вложением в реляционную таблицу. На стороне таблицы созданы все поля, для вложения (blob). Еще есть проблема с тем что вложение находится в rtf в котором также записан текст. Разделить по двум полям ( текст и rtf) кажется логичным решением, но мы не можем разаттачить файл на диск (это условие задачи). Можем ли мы не выгружая аттач на диск из одного rtf поля записать его в другое.
Подойдет ли notesstream, java InputStream/ OutputStream для этого?

Есть также вариант выгружать аттачмент на диск , а не в таблицу (есть опция в леи), а в таблицу записывать ссылку (путь к файлу), но тут возможна ситуация что имена файлов одинаковые и один перезатрет другой sad.gif


Буду благодарен любым мыслям
Из MS Word обращаюсь к lotus следующим кодом:

Private Sub Command1_Click()
Dim session As Object
Dim db As Object
Dim doc As Object
Set session = CreateObject("Notes.NotesSession")
Set db = session.GetDatabase("", "names.nsf")
ggg = "eeee"

MsgBox (db.Title)
MsgBox (session.UserName)

End Sub

При выполнении кода запускается клиент Lotus? можно как либо обратится из word к lotus что бы клиент Lotus не запускался?
Подскажите пожалуйста, возможно ли провести массовое закрытие поручений в Lotus Notes 6.5 ?))
Добрый день.
Интересная проблема нарисовалась.

Есть домен my-domain.ru, почтовые адреса имеют формат name@my-domain.ru и n.name@my-domain.ru. Все отлично работает.

Недавно получили в аренду второй домен my.domain.ru (вместо тире точка)
Прописали необходимые записи в dns и алиас в лотусе чтобы при отправки письма на адрес нового домена (n.name@my.domain.ru) почта приходила на адреса первого домена (n.name@my-domain.ru).

Так вот, на адреса в которых нет точки перед собакой (name@my.domain.ru) все приходит, а на адреса с точкой перед собакой (n.name@my.domain.ru) не проходит (The error that the other server returned was: 550. No such user).
Логи из лотуса: SMTP Server: Mail for n.name@my.domain.ru rejected for policy reasons. Recipient could not be found in the Domino Directory.

Причем если отправлять письма напрямую в первый домен my-domain.ru, приходит все и с точками и без точек.

Помогите, пожалуйста, разобраться
Интересные темы:
Список форумов:

Tips. Советы

Darren Duke has contributed a new whitepaper to LotusUserGroup.org on how to set up Domino to run on VMware. Registration with the Whitepaper Archive Program is required to read the whitepaper.

Read | Permalink


STRUGGLING WITH EXPORTING NOTES DATA TO SPREADSHEETS? NO MORE!
Try IntelliPRINT, The world's leading Reporting, Dashboards, and Analysis solution for Notes & Domino

  • Don't spend unproductive time maintaining different versions of the same spreadsheet
  • Preserve data integrity and security in multi-user environments
  • Create reports in minutes INSIDE Notes
  • Get freedom from iterative report requests, deliver self-serve capabilities

Experience Reporting, Dashboards, and Analysis INSIDE Notes!

Try IntelliPRINT NOW!

Denny Russell has posted some information on a job opening, a 6-month position, in Pittsburgh. If you're interested, contact Denny.

Read | Permalink
Andy Pedisich is going to participate in the Ask The Experts segment at the Admin2010 conference next month. He suggests, if you're looking for Notes/Domino work or workers, the conference is a good place to start.

Read | Permalink


MARK YOUR CALENDAR FOR IN-DEPTH LOTUS TRAINING, MAY 12-14, 2010, BOSTON
Register by May 10, 2010, to save $100.

By Joe Dolittle

April 30 marks IBM's official End of Service date for Notes and Domino 6.5. That's the last date for phone technical support and code fixes for all Lotus Enterprise Integrator, Lotus Notes, and Lotus Domino 6.5 releases.

For those of you who haven't made the leap and upgraded to Notes and Domino 8.5.x, now is definitely the time to consider the jump. Here are a few resources that will make that upgrade easier:

While IBM is discontinuing support for Notes and Domino 6.5, and we strongly recommend you migrate to a later version, DominoPower is here if you need help. We have a number of articles devoted to older releases of Domino and Notes in our resource center:

Good luck, upgrade, and say goodbye to Notes/Domino 6.5.

For ages I searched for a Flex class that would let me blur the screen and show the user a modal message telling them to wait while something happened. In the end I gave up looking and wrote a little ActionScript class that's much like the Alert class. Here's a demo:

To use it is as simple as this:

Mask.show("Please wait...");

When you're done you do this:

Mask.close();

Nice and simple. Here's the code. You can see it in use in the Workspace demo too.

Click here to post a response

In this expert tip, you'll get the step-by-step process on how to configure SSL in your Lotus Notes/Domino environment with a separate certificate authority.


Marc Champoux is fighting the usual battle with his users over a new Notes version. So, he's been feeding them little tips to help them use it. He's posted the tip he sent to his users recently. They loved it.

Read | Permalink
Mary Beth Raven has posted her third scenario. Once again, the server is the problem, not the poor Notes client.

Read | Permalink
Keith Brooks recently attended a meeting to discuss implementing LotusLive for a company. He's still a little dazed by how they manage to do business.

Read | Permalink


FIND UNUSED LOTUS NOTES GROUPS AND CLEAN UP YOUR ADDRESS BOOK
Have you ever wanted to get rid of old Lotus Notes groups that were cluttering up your address book, but you weren't sure if they were used? Find Unused Groups can help.

Find Unused Groups will check your ACL, mail, multi purpose and server groups to help you determine if they are used, and who uses them.

Learn how to easily clean up your address book.

Paul Withers has posted some of the code he used during a BLUG presentation on using XPages to navigate charts. He's provided links to earlier posts and his sample database.

Read | Permalink
Еще советы:
Смотри советы на сайтах:

Блоги. Что обсуждают и пишут

Еще записи:
Интересные блоги специалистов:

Статьи и Документация

The third of a three-part series, this article introduces how to use Open Document Format (ODF) Document Object Model (DOM) for Java™ to create text (text), spreadsheet (spreadsheet), and presentation graphics (presentation) documents.
While creating or editing an email or other document, place your cursor anywhere in the table, and click Table Table Properties. Click the Table Layout tab. {{tab.giftable layout tab picture} Focus the cursor in the cell you are adjusting. Do any of the following: Set table width to extend ...
IBM Lotus Notes Client Standard 8.0.2 Fix Pack 5 for W32/ Type: Incremental Installer / Release Date: 29 April 2010. See 'More info' link above for additional information.
For instructions on setting up mail rules, see the Notes help topic Filtering new mail using rules. Example rules: The following rule automatically changes the importance of all messages from Tom Jenkins to high (which means they display an exclamation point in the Inbox to catch your attention) ...
IBM Lotus Notes Client Basic 8.0.2 Fix Pack 5 for W32/ Type: Incremental Installer / Release Date: 29 April 2010. See 'More info' link above for additional information.
IBM Lotus Domino Server 8.0.2 Fix Pack 5 for zLinux/ Type: Incremental Installer / Release Date: 29 April 2010. See 'More info' link above for additional information.
IBM Lotus Domino Server 8.0.2 Fix Pack 5 for Linux/ Type: Incremental Installer / Release Date: 29 April 2010. See 'More info' link above for additional information.
IBM Lotus Domino Server 8.0.2 Fix Pack 5 for z/OS / Type: Incremental Installer / Release Date: 29 April 2010. See 'More info' link above for additional information.
IBM Lotus Domino Server 8.0.2 Fix Pack 5 for IBM i V5/ Type: Incremental Installer / Release Date: 29 April 2010. See 'More info' link above for additional information.
IBM Lotus Domino Server 8.0.2 Fix Pack 5 for IBM i V6/ Type: Incremental Installer / Release Date: 29 April 2010. See 'More info' link above for additional information.
Save time searching If you are like me, you spend much of your time using Lotus Notes but still need to search for data on different websites. These could include product information sites, help documentation, customer applications or even a dictionary site looking up the meaning of an unknown ...
Также почитатай:
Найти документацию можно на сайтах:

В избранное