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

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

  Все выпуски  

Chronos_fulltext_disabled


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

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

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

comp.soft.prog.lotuscodesrore

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

The WebSession class makes coding WQO and WQS Agents a doddle. If you're not using it yet you should be...

11 Feb 2008 | View Demo | Download Demo | Read More »

-- Delivered by Feed43 service

We've all heard of drop-down menus, which are all well and good. What about things you want to appear when needed on the page that aren't part of the site navigation? Use flyouts! This demo shows how. Download and see how the login/admin links on the top right of the page function....

15 Feb 2008 | View Demo | Download Demo | Read More »

-- Delivered by Feed43 service

Latest release of DEXT. New addition:

  • Simple demos of Domino with Google Gear
More to follow...

8 Jun 2009 | View Demo | Download Demo

-- Delivered by Feed43 service

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

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

Интересные темы:
Список форумов:

Tips. Советы

Here's a little-known feature of Notes. You can use it to impress all of your friends and managers with your very impressive speediness. Have you ever gotten an email from your boss that looks so
The Domino Configuration Tuner can help you avoid server crashes. This one-hour call is designed for an open question/answer format so there is no formal presentation.

Read | Permalink
You don't have to download Gears to see what Jake Howlett is talking about. He's posted screen shots of what you'll see as he walks you through the demo.

Read | Permalink
Christian Petters was setting up Lotus Traveler when he discovered the documentation regarding Policy application doesn't seem to agree with his experience.

Read | Permalink


NEW! LEARN DOMINO 8 ADMINISTRATION AT YOUR PLACE AND PACE!
Upgrade your admin skills for Notes Domino 8 - right at your own computer - with TLCC's new distance learning courses. This comprehensive course will bring you up to speed on the new admin features in Domino 8 and prepare you for the certification exams. An expert instructor is a click away!

For more information go to http://www.tlcc.com/dompoweradmin.

Stephan H Wissel was asked about the best way to split a database when it got too large. He offers four ideas on how to split a database and retain its usefulness.

Read | Permalink
You can download the PDF for this new whitepaper from IBM on identifying and resolving mail routing issues in Domino 8.

Read | Permalink
Research in Motion has released a patch for the PDF vulnerability in BlackBerry Enterprise Server versions 4.1 through 5.0.

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

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

Author: Mark Gesick
Tags: categorization category
Idea:

The easy ability to Categorize documents/ folders in entry and full place library.


Author: Mark Gesick
Tags: Hide Private
Idea:
Quickr entry and full place is awsome! However a big value would be to make it easy for the user out of the box to make Entry Places private, by whole place or selceted documets.  

Author: Paul Hudson
Tags: acl
Idea: The current 32kb limit on ACLs isn't sufficient for our setup and it would be great if the limit could be doubled to 64kb.

Rational:

We have 20,000 database that provide a website for every module taught in the institution over the last 5 years. Staff and students are registered as individuals on our module websites and we provide teaching staff with tools so that they can assign access levels to resources and create actions that change student's access levels based on their actions - for example failing a quiz might open up extra support materials. These access levels use ACL roles.

We have some very large class sizes in our Business School which are too big for the current ACL limit. For websites where our processes detect an overflow, we create overflow groups and move the students into them. However, it does mean we have to switch off the functionality to assign 'levels' to resources. Increasing the ACL size would allow us to use 'roles' to manage access to content.
Author: Alex Shinkarenko
Tags: LEI DB2 Stored procedure
Idea:
I'm trying to call a stored procedure on my DB2 database. I wrote the procedure and I think it works (it compiles!!!). Anyway, when I try to call it from a lotusscript agent I can't get it to work. All that is returned is: "1544 Cannot find connector 'db2'". Anybody have any suggestions?

Sub Initialize
On Error Goto handler

Dim Session As New NotesSession
Dim SessLC As New LCSession
Dim src As New LCConnection ("db2")
Dim fields As New LCFieldList
Dim results As New LCFieldList
Dim fieldIn As LCField
Dim fieldOut1, fieldOut2 As LCField
Dim Count As Long

sesslc.clearstatus
src.Database = "server"
src.Userid = "user"
src.Password = "password"
src.MapByName = True

src.Procedure = "evixords"
src.Connect

Set fieldIn = fields.Append("inParm", LCTYPE_NUMERIC)
fieldIn.value = 1

Set fieldIn = fields.append("OutParm1", LCTYPE_TEXT)
Set fieldIn = fields.append("OutParm2", LCTYPE_TEXT)

Print "Calling the stored procedure..."
If (src.call(fields, 1, results)=0) Then
Print "Stored procedure called successfully."
Set fieldOut1 = results.getfield(1)
Set fieldOut2 = results.getfield(2)
Call src.fetch(results)
Print FieldOut1.text(0)
Else
Print "There was an error...."
End If

src.disconnect

handler:
If (sesslc.Status <> LCSUCCESS) Then
Print "The LC error occured: " ; sesslc.Status & ": " & sesslc.GetStatusText
Elseif Error$ <> "" Then
Print "the LS error occured: ";Error$
Else
Print "Completed ok"
End If
End
End Sub

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

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

The following error appears when using the 'Remove Flag' option to remove a follow up in the localized 8.5 mail template: "IllegalFunctionCall error". The error occurs in a number of different languages, including Brazilian Portuguese, Spanish, French and Polish.
Is there a limitation as to how many servers can be added to the Domino Catalog?
Customer gets the error "Specified private key does not exist" when switching location documents. The location switch involves changing a user.id.
You are unable to access your Notes mail file. He receives the error "This database is currently in use by another person or process, and cannot be accessed at this time. In order to share a Notes database, it must be accessed via a Domino Server by all users of the database".
Users are able to make a replica or copy of a database if they have reader access to it. How can this be prevented on group or user level?
Domino LDAP servers mishandle search requests for users with special characters in their names when receiving searches for LDAP clients using v2.
This instrucctions are to syncronize a Blackberry Device with Lotus Notes 8.x using a USB cable. The idea is to replicate contacts, ToDo List, Calendar and the Personal Journal.This is not an online r
Также почитатай:
Найти документацию можно на сайтах:

В избранное