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

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

  Все выпуски  

Бюллетень "Lotus Notes CodeStore" No 110 от 2008-12-03


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

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

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

comp.soft.prog.lotuscodesrore

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

This database contains a small sample application, which shows you, how you can access OpenOffice or Symphony from within LotusScript by using the COM-UNO Bridge, that comes with these two products. Until today, documentation that is good for most of us LS programmers is sparse. And samples are rare. This database contains an application, which almost immediately with some small adaptations may be used to produce invoices, that will be generated through OOo/Symphony. It will attach an ODF-File and a PDF-File to the document, from which you have generated them. The code that is doing that shows the most important things you need to know to be able to enhance Notes with e.g. printing ....... (Yes, notes is able to print that way ........) . Many thanks to Justin Freeman of Agileware, Australia, which has put this example into Public Domain many years ago. I then have adapted it to use ODF instead of the OOo 1.1 format, that Justin was confronted with back then. I assured, that the code itself is compatible with Symphony too, but unfortunately, I could not get it running reliably under Notes-Built-In Symphony with Notes 8.5 Beta 2. It looks like a quirk in the Symphony Implementation (so I have to alert IBM about that).
Еще примеры:
Больше кодов на сайтах:

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

Добрый день, подскажите пожалуйста:
...
Собственно сабж.
Был в пятницу на конференции по безопасности - http://www.ibm.com/events/ua/uk/20081128_overview.html
меня удивило насколько ISS зашло дальше Tivoli, в отличие от последнего, предоставляет не только диагностику но и имеет "виртуальные патчи" - тоесть патч еще не вышел, но защита от бочины уже имеется.
Реализовано путем анализа всего трафика и выявлением в нём атак и много чего другого.
После выступления ISS выступление Tivoli было слабоватеньким...

Может мне кто-то обьяснит, теперь эти ISS и Tivoli конкуренты или как?
Используй вместо вьюхи папку, тогда будет возможность сортировать по колонке
Добрый день, дамы и господа!
Скажите, пожалуйста, кто знает, как правильно настроить роуминг в кластере?
Два сервера объеденины в кластер, в одном (естественно) домене. При регистрации пользователя (установки галочки "Вкл. Роуминг) выскакивает постоянно ошибка. Если роуминг отключить, то регистрация пользователя проходит нормально.
Порекомендуйте пожалуйста нормальное руководство пользователя для Notes (r6 и старше) желательно доступное в электроном виде.
Надо человека научить пользоваться Notes
Интересные темы:
Список форумов:

Tips. Советы

If you tend to update the design of your Lotus Notes database frequently, embed this LotusScript code in a button, which lets users clean their local caches without deleting the cache.ndk file. This tip works with Lotus Notes versions 6.x, 7.x and 8.x.

hotIf you look at the DEXT homepage (there's a perma-link to it on the tabs above!) and scroll to about half way down you should see something like the image to the right.

This is the LotusScript alternative to the view-based method of colour-coding document, based on their age, which I talked about last week.

The view-based method has numerous shortcomings, which this LotusScript version avoids. Not only that but the LS version is accurate to the second, whereas the view version is only accurate to the day!

The demo I cooked up for this version works the other way round to last week's demo. Now we're making new (hence "hot") documents red and older ones white.

The trouble with the whole approach is that there's no one-size-fits-all solution I can code. How you use the concept depends entirely on the scenario you'll use it in.

For now I'll leave you with the demo as I don't have time to discuss the ported code. You'll see the code if you download the DEXT app after I've made a new version available tomorrow.

One thing I will say about the code is that it produces CSS values such as rgb(255,977,977) which is of course wrong, but I can't see an equivalent of @Min() in LotusScript, so I've left it as is. The browsers don't seem to mind accepting the value of white. It's Daz white in fact (a joke for the Brits there!).

Click here to post a response

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

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

Author: Paul Hudson
Tags: subform
Idea:
Until V8 was released using a subform multiple times on the same form was possible by using the computed subform facility. This was a great 'bug' because it allowed us to add repeatable sections on web pages such as adding navigation to the top and bottom of the pages and using CSS to style them differently. For example on one of my sites, the top menu is styled so that a list appears as a css menu at the top and as a site navigation at the bottom.
 
With V8, this incredibly useful 'bug' was fixed breaking any template that had exploited this functionality.
 
I'd like to see the feature no only reinstated, but built upon by introducing the ability to pass parameters into the computed subform so that one piece of code could be used to generate multiple navigation sections.

Author: Mark Demicoli
Tags: WebDAV CALDAV iCAL VCALENDAR
Idea:
The rise in popularity of online calendaring applications such as Google Calendar and Yahoo Calendar has spurred these megalyths to support the emerging CALDAV standard (RFC 4791) for calendar event interoperability between disparate systems.  On the client side, Mozilla's Firebird is already supporting CALDAV.  This means that fully-compliant CALDAV servers such as Google Calendar can intelligently sync calendar information automatically with your preferred calendaring client software.
 
Domino already supports WEBDAV, to which CALDAV is the calendaring extension.
 
It would make perfect logical sense for Domino to support CALDAV fully, out of the box.

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

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

In Lotus Notes, when you select a view use the Customize This View feature (View -> Customize This View), you find that the settable parameters are grayed out. This started to occur in Notes client releases 6.5.5 and 7.0, when working with a database view created in Notes release 5.x or earlier. If you open the view in the Domino Designer you find that the view property "Allow Customization" is disabled. If you examine the property using an earlier Notes Client 6.x release the same property is enabled
While attempting to install ADSync using regsvr32 on the workstation where the Notes Administration Client is installed, you get an error message that states "Access is Denied" error, followed by: "DllRegisterServer in nadsync.dll failed. Return Code was 0x80070005."
You receive the error message "ERROR: file: line 1: bad number in magic file" when running NSD on the z/OS platform.
When you try to activate shared mail in Lotus Domino running on a SUSE Linux Enterprise Server 10 64-bit platform, no databases are created in the shared mail directory you specified in the Server Document.
When you attempt to open a database on a server in the other domain a dialog box appears: "You cannot authenticate server."
How does password synchronization with ADSYNC work when using the IBM Lotus Domino Server?
An agent is getting stuck in an infinite loop after performing a FTsearch and then view.GetFirstDocument().
You find that an UPDALL job on a Lotus Domino server for i5/OS is using a lot of CPU time and takes a long time to complete.
This list features the most requested documents as well as those identified as valuable in helping answer your questions related to Lotus Domino. The list will be updated periodically to reflect new trends and issues.
In Lotus Domino, you receive the error "File does not exist on remote server" when trying to upgrade a user to roaming.
After you have uninstalled third-party software, your Domino server fails to start and you receive an error.
In Lotus Domino, you create a text file named maillist.txt and list all the databases for which you want to upgrade the mail design. However, not all files are processed and the upgrade stops after the first database listed.
Также почитатай:
Найти документацию можно на сайтах:

В избранное