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

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

  Все выпуски  

If Domino finds a match for VRFY in the primary Domino Directory, it will not search a secondary Domino Directory


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

Сайт wm4wp.ru объявил о выпуске первой версии плагина WP-Webmoney, предназначенного для приема пожертвований и платежей в блогах на базе популярного движка Wordpress. Основное назначение WP-Webmoney – это прием пожертвований от пользователей системы популярной платёжной системы Webmoney. Однако, использование спецтегов (shortcodes) позволяет в примитивном виде осуществлять также оплату за товар, размещая форму платежа на различных страницах блога. Плагин имеет простой и понятный руссифицированный интерфейс, позволяющий начать приём платежей webmoney всего в несколько кликов. В планах разработчиков – дальнейшее расширение возможностей плагина с учетом отзывов и предложений пользователей первой версии. Скачать плагин можно из каталога Wordpress по адресу http://wordpress.org/extend/plugins/wp-webmoney/
Интересные темы:
Список форумов:

Tips. Советы

Chris Toohey discusses setting up Redirect Rules in Domino. He gives some basic information and says if you want something more detailed to let him know.

Read | Permalink

Dennis Ruddigkeit has posted links to the download and the list of fixes to help you out.

Read | Permalink
Mark Barton has been following Jake Howlett's issues with Flex and thinks he has an answer for Jake. Mark has posted his ideas for your consideration.

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!

If you look at again at the Contact Manager app you'll see I added context menus to the View, as below, where you can see an edit and a delete option for each row:

image

The edit option simply dispatches the View's custom "openDocument" event back to the parent application, which is where we handle opening the document.

For now the delete option is handled by the View object itself. Although it doesn't work yet I added it in as an example of using the Alert object for more than a simple "Ok" message. As you can see below if you choose the delete option you see an "advanced" Alert.

image

How did I do this?

Until yesterday I'd assumed that the flex Alert did nothing more than show a popup prompt with a message and an Ok button.

I presumed that, to do anything like asking a Yes/No question, it would involve creating custom components based on the TitleWindow. Doh. Turns out that Flex's Alert is akin to LotusScript's Messagebox. Here's the code for the above delete confirmation prompt:

Alert.yesButton="Delete";
Alert.noButton="Cancel";
Alert.show( "Are you sure you want to delete this document?", "Delete", Alert.YES|Alert.NO, this, function(event:CloseEvent):void{ Alert.show("You pressed " + ((event.detail==Alert.YES)?"delete":"cancel")); }, IconLibrary.WARNING_ICON
);

Notice that before we show the Alert we've changed the labels on the yes and no button. So, in fact it's a bit more powerful than Messagebox ever was.

I can't believe I got this far with Flex without realising this. Things just got a lot easier.

Download?

The download of all the code will come at some point. Be patient. There's just a bit more I want to squeeze in there first.

If you really want a pre-release version then visit my Amazon Wishlist and I'll send a copy over.

Click here to post a response

Confident that your Domino environment could withstand a serious attack? Apply these best practices when assessing the strength of your Domino security.


By Mick Moignard

Lotusphere 2010 was a Lotusphere of change -- not change to Lotusphere itself so much, but change at Lotus and change in Lotus.

The changes at Lotus had trickled out just a few days before the show opened. Bob Picciano, who has done so much in reinvigorating Lotus in his two years at the helm, has been promoted upwards within IBM. He's now Director of Worldwide Sales at IBM Software. Long time Loti, Alastair Rennie, has taken his place as Lotus General manager.

Mike Rhodin, Bob's predecessor at Lotus has also been promoted within IBM, which means that the last two previous Lotus GMs are now in positions of influence in the IBM hierarchy -- which can't be bad in ensuring that the Lotus brand stays in the forefront of IBM's thinking.

At the Opening session, once all that had been dealt with, and Bob had given the usual upbeat state-of-the-nation remarks on Lotus in 2009, we had four customers on the stage to tell their stories, rapidly followed by five business partners, all with good stories.

Read Mick's full report.

Genii Software mashed together those lists of limits that come with each version of Notes and Domino to produce a handy chart. Now, when the boss asks the limit on a whatever, you don't have to dig through that stack of paper on your desk to find it.

Read | Permalink
Keith Brooks has a problem - all mail received in Domino is forwarded to Exchange, but some mail wasn't getting there. So journaling was turned on. Now no mail is getting through and Keith needs to find a fix.

Read | Permalink


TEAMSTUDIO ANNOUNCES THE 2010 SPOTLIGHT AWARDS WINNERS!
We had some extraordinary submissions for the 3rd annual Teamstudio Spotlight Awards, and choosing the winners was no easy task for our judges! Click here to find out who won, and to learn more about these remarkable applications and the genius developers behind them!

Tap here for more information.

Rob Novak has posted information about a new, free, app available on the Apple App Store to let you get Quickr files on your Apple device. He includes a link for further information and downloading.

Read | Permalink
This webinar will be presented by Virgil Dodson and Max Katz on February 9, 2010. The session covers the open source Eclipse BIRT (Business Intelligence and Reporting Tool) technology and how to add reporting and data visualizations to JSF (JavaServer Faces) web applications.

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

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

Author: Peter Presnell
Tags: Open
Idea:
At the moment the only way I have found to open an existing Symphony document, presetation etc. from the Notes client workspace is to first select "Open Lotus Symphony xxx".  Only then does the Recent Files option appear in the File menu.  I think it would be much easier to always provide access to the list of recently used Symphony documents from the File menu.  Or perhaps even make this available from the Open menu.

OpenNTF Alliance Steering Committee Meeting Minutes: January 19, 2010 Lotusphere 2010 Yacht and Beach Club, Cape Cod C Members: Vince Schuurman (Chairman) absent, Nathan Freeman (acting Chairman), Ludwig Nastansky, Justin Hill, John Head, Brent ...
In order to help developers to get started with XPages and to help experienced XPage developers to be more efficient we would like to provide more reusable XPage controls. The complexity of these controls can vary from very simple ones to really ...
Author: Matthew Holcombe
Tags: Votes top innovator
Idea:
Could you add an option for the Top Innovator weighting where the innovator gets a point for each vote on their idea? 
 
It would be interesting to see if this encouraged higher quality ideas or drove more traffic to the site.

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

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

If a sending server uses VRFY and Domino finds a match in the primary Domino Directory, Domino will not search a secondary Domino Directory.
This document contains a copy of the Support Content Highlights mailing sent to subscribers on January 29, 2010.
SPR AHOE7XHM9J: Running "load compact -c -daos mail" enables daos on all databases. on/off parameter missing from command.
You try to access your mail file using a Lotus Notes Client and receive the error message, "Unable to Locate RRV Bucket". This error is not displayed accessing the mail file via DWA (using a browser).
Domino server crash in cvsConvertHTMLToRichText code with the following PANIC: LookupHandle: handle out of range.
The scrollbar does not include the attachment area in a received Notes MIME message.
Также почитатай:
Найти документацию можно на сайтах:

В избранное