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

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

  Все выпуски  

Бюллетень "Lotus Notes CodeStore" No 143 от 2009-02-18


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

Т.о. насколько я понимаю, через ICM несколько сайтов работать не могут? Т.е. используя Server Document я создаю еще 2 виртуальных Web сервера с разными URL ааа и bbb. Задаче ICM назначаю 81 порт, захожу по допустим ааа:81 и мне возвращается default...
Т.о. насколько я понимаю, через ICM несколько сайтов работать не могут? Т.е. используя Server Document я создаю еще 2 виртуальных Web сервера с разными URL ааа и bbb. Задаче ICM назначаю 81 порт, захожу по допустим ааа:81 и мне возвращается default...
Интересные темы:
Список форумов:

Tips. Советы

The ability to transfer Lotus Notes data from a database to an Excel spreadsheet has been available for some time. If you're using OpenOffice.org Calc spreadsheets, however, you'll need to use this LotusScript code instead.

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

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

Author: Jordan Tenjeras
Tags: IdeaJam
Idea:
I ran a search on "multiple versions".  Instead of displaying the list of results a document was launched.  I'm assuming there was only one document in the result set and it was automatically launched.
 
I understand the rationale but I don't think it is appropriate in this context.  For one, the document has nothing to do with what I was ultimately searching for.  I should be able to look at the result set and discern for myself whether I want to open it or take some other action.
 
Therefore, I propose that automatic launching be removed from IdeaJam or, at the very least, be an option with the default being not to automatically launch documents.

Author: Bill Malchisky
Tags: ubuntu font mapping display luxi ttf
Idea:
Notes on Linux requires the Luxi ttf-xfree86-nonfree font family for mapping of the serif, sans serif, and monospace font mappings. RH and SuSE come with that font and work well. Ubuntu at this time does not. So, rather than rely on a third-party to install what Notes needs, Lotus should place the font during the install, like so many other programs do when they require a particular font.
 
As a work-around, type the following command from a terminal:
   sudo apt-get install ttf-xfree86-nonfree
 
Symptoms will include loss of quick search capability, unreadable buttons, new memos written in a courier-like font, and almost all GUI windows in a monospace default mapping, making the client in many circumstances unusable.
 
This is an easy fix. The Technote IBM provides is: /usr/share/fonts/truetype/ttf-xfree86-nonfree/ does not exist on the stock install. I worked with IBM to update  Tecnote 1328087 lacks the install command to resolve correctly.

Author: Bill Malchisky
Tags: ubuntu font mapping display luxi ttf
Idea:
Notes on Linux requires the Luxi ttf-xfree86-nonfree font family for mapping of the serif, sans serif, and monospace font mappings. RH and SuSE come with that font and work well. Ubuntu at this time does not. So, rather than rely on a third-party to install what Notes needs, Lotus should place the font during the install, like so many other programs do when they require a particular font.
 
As a work-around, type the following command from a terminal:
   sudo apt-get install ttf-xfree86-nonfree
 
Symptoms will include loss of quick search capability, unreadable buttons, new memos written in a courier-like font, and almost all GUI windows in a monospace default mapping, making the client in many circumstances unusable.
 
This is an easy fix. The Technote IBM provides is: /usr/share/fonts/truetype/ttf-xfree86-nonfree/ does not exist on the stock install. I worked with IBM to update  Tecnote 1328087 lacks the install command to resolve correctly.

Author: Lars Lyngnes
Tags: contacts change multiple
Idea:
When a company changes name, moves to another location or change telephonenumber, it would be nice to have a solution in the address book, to change this information on multiple contacts. (The same function as More|Categorize..., but with more fields to edit.)

Author: Mark Demicoli
Tags: full-text fulltext
Idea:
The current all-or-none approach to full-text indexing causes unnecessary index size and performance considerations.  I propose that a mechanism be implemented either/and by:
 
1.  Dialog selection of fields to index
2.  Special form field that specifies fields to index (eg: $FTIndexFields)

Author: Jan Schulz
Tags: @formula groups membership
Idea:
Notes author and reader fields are nice to controll access, but sometimes you need something else or better more finegrained and then it would be nice to hide/show something depending if someone is in an group or not.
 
@isMemberOf("Group";@Username)

Author: Dale Dean
Tags: quickr
Idea:
Provide a smooth way to change the Placetype of an existing place. For insance: change from a Team place to a Wiki.

Author: Jon Harris
Tags: Voting
Idea:
While in the cooler places to work it's always a good idea to voice your opinion and let it be known, in larger envirnoments this isn't always the case and can sometimes even be detrimental. This should not deter you from being able to do it anonymously though. So I propose for those less mature sites you have the option to "Never show" who has voted in the Configuration panel. To allow for anonymity for those sites that need it.

Author: Dale Dean
Tags: quickr
Idea:
It would be nice to have a way to migrate from Sharepoint to Quickr. Builtin would be wonderful, but even a separate software from IBM would be nice. I know there are 3rd party tools, but they are EXTREMELY expensive, when you only have a couple of sharepoint sites to migrate.

Author: Dale Dean
Tags: quickr
Idea:

More user-friendly (NON-Developer) tools would be nice for doing such things as resizing columns, building more appealing forms, changing layout of folders.  etc.  

We are having a difficult time "selling" Quickr to our users, because of the lack of average user abilities.

ALL USERS LOVE BELLS AND WHISTLES!!!


Author: Jon Harris
Tags: hide vote history
Idea:
Allow the user the choice to hide their voting history from other users if they wish.

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

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

Java™ views were introduced in the IBM® Lotus® Notes® client in release 8.0. Many new features were implemented through the Java views to modernize the Lotus Notes interface. After you have converted your application to use the Java view, you can follow the steps outlined in this article to take advantage of the new view features offered, such as threads, narrow mode, business cards, split action buttons, and custom context menus. This article presumes that you have an installed version of Lotus Notes 8.5, IBM Lotus Domino Designer 8.5, and the Lotus Notes 8.5 composite application editor. You should also be familiar with working in Lotus Domino® Designer.
This article explains how to create a personalized view of announcement items across all the teamplaces to which a user belongs. This article uses the IBM® Lotus® Web Content Management menu component for searching all the announcement content (items) that are created in different teamplaces to which the user belongs. The resulting set from the menu component is then filtered using Java™Script based on criteria. A similar approach can be used to create a personalized view of any other Lotus Web Content Management components, such as the Contact or Task components in IBM Lotus Quickr™.
Также почитатай:
Найти документацию можно на сайтах:

В избранное