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

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

  Все выпуски  

LO48249: ENHANCEMENT: DOMINO WEB ACCESS - REQUIRE HINDI FONT FACILITY FOR ALL USERS


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

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

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

comp.soft.prog.lotuscodesrore

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

'/** ' * Opens a NotesDocument as an XPage. ' * From <a href="http://openntf.org/projects/codebin/codebin.nsf/CodeByDate/B2273FDFB3ABB485862576D300733C4F?OpenDocument">OpenNTF.org Code Bin</a>. ' * @param db NotesDatabase where the XPage (and presumably the document) resides. ' * @param strXPageName String name of the XPage, not including ".xsp" at the end. ' * @param strUNID Universal ID of the document. Can be blank for no document. ' * @param bNotes True if it should open within the Notes client, False if the XPage should open within the default web browser. ' * @param bEditMode True the XPage should open in edit mode, False if the XPage should open in read mode. ' */ Sub OpenDocAsXPage(db As NotesDatabase, ByVal strXPageName As String, ByVal strUNID As String, ByVal bNotes As Boolean, ByVal bEditMode As Boolean)
Dim ws As New NotesUIWorkspace
Dim astrURL(9) As String If bNotes Then
astrURL(0) = "notes://"
Else
astrURL(0) = "http://"
End If If db.Server <> "" Then
Dim nn As New NotesName(db.Server)
astrURL(1) = nn.Common
End If astrURL(2) = "/"
astrURL(3) = db.FilePath astrURL(4) = "/"
astrURL(5) = strXPageName
astrURL(6) = ".xsp?" If bNotes Then
astrURL(7) = "OpenXPage&"
End If If strUNID <> "" Then
If bEditMode Then
astrURL(8) = "action=editDocument&documentId="
Else
astrURL(8) = "action=readDocument&documentId="
End If
astrURL(9) = strUNID
End If ws.URLOpen(Join(astrURL, ""))
End Sub
Еще примеры:
Больше кодов на сайтах:

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

Здраствуйте.
...
Это профайл базы данных.
http://beroe.unisg.ch/help/help6_designer.nsf/f4b82fbb75e942a6852566ac0037f284/0f2c854d3133d3e785256c1c00402a3b?OpenDocument
Интересные темы:
Список форумов:

Tips. Советы

Infuzer.com, LLC. has launched an upgraded version of their desktop calendar application for end users offering quicker installation, calendar repair and support, and Windows 7 compatibility. Infuzer pulls dates and events from the web into your desktop calendar and is compatible with both Lotus Notes and Microsoft Outlook.

Read | Permalink
Dave Hay re-installed Notes 8.5.1 FP1 on his Macbook, then started getting errors. He found an article saying the problem has to do with updating Java, so he's posted links to what he found, and hopes he's fixed the problem.

Read | Permalink
Keith Brooks says he read the Technote on the issue. But. He doesn't think this should be an "issue" at all.

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 mail and ACL groups to help you determine if they are used, and who uses them.

Learn how to easily clean up your address book.

Luis Benitez has posted information on a new widget to connect you to LinkedIn from Lotus Connections. He's also provided a link to download the iWidget so you can try it yourself.

Read | Permalink

Yesterday morning at 5-something o'clock Karen woke up in the early stages of labour. Within minutes I'd called the midwifes. Remember last time we'd planned a home birth for Minnie, but left it too late to call and ended up speeding to hospital in an ambulance. Didn't want to repeat that experience.

It was a good job I called so soon, as it had snowed during the night and the midwife on call had to come from a town about 14 miles away, which took her an hour. An hour after she arrived, so did Evelyn.

Here's a photo of her in the style of the one of Felix and of Minnie on the days they were born. She looks a lot more like her brother than her sister.

image

The birth was all very straight-forward, which I guess it's easy for me to say. Mother and baby are doing well.

My plan is to work from the house for at least this week and just spend an hour or so at the laptop each day to keep on top of things. At least that's the plan.

Click here to post a response

David Leedy and Chris Toohey have been hinting about this on Twitter, now Wiki Madness has actually launched and will run through the end of March. This idea is to cross-post Lotus related information from personal blogs to IBM Product Wikis.

Read | Permalink


NEW! LEARN NOTES AND DOMINO 8 AT YOUR PLACE AND PACE!
Try a free course at www.tlcc.com/dompower8

If you were at Lotusphere 2010 you may have heard about these free webinars. If not, Paul Mooney and Warren Elsmore will be presenting a series of webinars, starting tomorrow, Feb. 24. Registration is required.

Read | Permalink
Sessions for the Admin and Developer conferences are still being added. The place is Boston. The dates are May 12-14, with a bonus Jumpstart Day on May 11. Early registration has been extended until March 12.

Read | Permalink

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

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

Author: Jérôme Deniau
Tags: Designer Best practice performance
Idea:
Please reimpress/recreate/redo a "Lotus-Notes Designer Best Practice guide" as it was done in 4/5/6. It is really boring to keep repeating always the same stuff and hear the developper says "it is for R6 not R8 in the title"......

Author: Bruce Lill
Tags: Mobile devices
Idea:
A group of us are working on a project to make the Lotus Wikis accessable to mobile devices. This will be both web access and mobile applications. All code will be submitted to Openntf for general use.
 
The Project will cover:
1: Applications for: iPhone, Android and Blackberry (any one can do palm developemnt?)
2: Web access will be for any webkit based mobile device.
3: Control through one database - it will pull from any wiki.
 
We are planning the web access and were wondering:
1. use pager controls or the "More.." that just adds more lines.
2. Tabs or iPhone  look.
 
What would make you use it on a mobile phone?
Would you make comments?  need to have favorites? see all your entries?
Let us know or don't complain later.

Here is a short video demonstrating some of the latest and cleared projects on ...
Author: Peter Presnell
Tags: launch preview
Idea:
At the moment it is possible to create a form that luanches the first attachment, URL, or DocLink.  But this presently does not work when the form is used to display a document in the preview pane.  With the growing adoption of wide-screen monitors and higher resoluitiuon monitors more and more applications are being dispgned in a way that exploits the preview pane to display documents.  Adding the option to also allow the same auto luanch capability for documents in preview pane would extend this useful capability even further.

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

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

Currently , there is no feature to use Hindi fonts while sending and receiving mails in Domino Web Access.
Environment: Domino 8.5 Simplified Chinese.
Enhancement request - To allow SNMP to catch and log every user request to access any
Steps:
The customer would like a setting such as a notes.ini parameter, which sets
Set "Display alternate names" of "Default Display names" in Location document.
STEPS
This document corrects errors in the Lotus Domino 8.5.1 Administrator Help content.
An administrator enables autoreminder notification for certain rooms and resouces. When the reminder notification is sent out the administrator is listed as the sender. The administrator would like the sender to be an anonymous entity rather than themself.
The purpose of this technote is to provide information, technotes and tools to troubleshoot problems relating to Domino and DNS. Domino is an application that relies on the OS, Network, and DNS servers to provide valid mail exchanger information.
This article introduces the Representational State Transfer (REST) document service's custom field support in IBM® Lotus® Quickr™ 8.1.1 services for IBM WebSphere® Portal, also called the Java™ 2 Platform, Enterprise Edition (J2EE) version of Lotus Quickr. We explain the concept of custom fields, discuss the programming model to manage custom fields with the Lotus Quickr REST document service, and demonstrate a business scenario for extending the core set of document attributes.
Using Lotus Notes/Domino 7.0.3 in Hebrew, the chair of a meeting invitation cannot add an invitee to the meeting if the invitee was previously removed.
Someone asked me how do you redirect users to the www.domain.com address if they just entered domain.com in the browser. It seems the search engines will see the two as different sites and not combine the ranking's. Since the web is all about the ranking and not the content, I will describe how ...
Также почитатай:
Найти документацию можно на сайтах:

В избранное