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

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

  Все выпуски  

Бюллетень "Lotus Notes CodeStore" No 94 от 2008-10-27


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

Всем привет!
вопросов много smile.gif но вот литератури малоsad.gif
никогда не програмировал.......но теперь пришлось
учусь с самого легкого пробую писать кнопки на lotusscript
типа Save вишло
Sub Click(Source As Button)
    Dim ws As New NotesUIWorkspace
    Dim uidoc As NotesUIDocument
    Set uidoc = ws.currentdocument
    Call uidoc.save
    Call uidoc.Close
End Sub

нормально
вот пробую edit
Sub Click(Source As Button)
    Dim ws As NotesUIWorkspace
    Dim uidoc As NotesUIDocument
    Set uidoc = ws.CurrentDocument
    uidoc.EditMode = True
End Sub

неканает sad.gif
ну и чтото пробивал на скрипте следующую команду @command([compose]; "form")
здесь глушняк полний как задать форму?
Sub Click(Source As Button)
    Dim ws As NotesUIWorkspace
    Dim sesion As New NotesSession
    Dim form As NotesForm
    Dim uidoc As NotesUIDocument
    
    ????     = "ADMCR"    ---типа форма
End Sub


может кто хорошую книгу подкинет ещеsmile.gif))))) буду признателен!!!!
Подскажите пожалуйста (в какую сторону смотреть) как можно организовать архивирование почтовых баз пользователей под domino r7.x
Все пользовательские базы на сервере, желательно использовать только средства domino

Спасибо
Есть такая канитель когда подключаешься с компа все ок, только диалоговое окно, которое рассказывает о сертификате пустое т.е. его свойства нельзя посмотреть, с мобильных телефонов просто тупо ошибка подключение и все.
Сервер 8.0.2 стоит на W2003 редиректит в ДМЗ какой то ISA server.

Куда копать?
Есть такая задачка секретарь - начальниг, все хорошо если бы не то что секретарь должен не видеть часть писем у руководителя. Список юзеров для не видимости может изменятся. Кто то что такое дела или обязательно надо кодить?
Интересные темы:
Список форумов:

Tips. Советы

Remember last month I ran the Nottingham half marathon and managed my target of a sub-100 minute time. Just.

Well, yesterday I ran in the Worksop half marathon and smashed that time. Although my brother, Tim, and I turned up with no expectations we managed times of 93 and 94 minutes (respectively), coming about 200th in a field of 1400. We went home aching, but happy.

ScreenShot001

The two lines highlighted are Tim and I. Although Tim ran as me and I ran as Timothy Watson. Don't ask.

Without realising it we set out at sub-7-minute mile pace and managed to keep this up until about 10 miles, which we reached at just over 69 minutes. It all fell apart after that and we lost minutes over each of the last three miles. I had to stop for a pee (poor excuse to rest my legs really) and then plodded along never managing to catch Tim. Had we maintained our initial pace there's a chance we could have done it in less than 90 minutes!

So my new PB is now 1:34:34. Note that I am no longer counting my time of 1:27:54 from when I was 18 years old as my PB. That was almost half my lifetime ago. That was old me and this is new me. Although, really, this is old me and that was new me. There's no point me counting what I did back then as an achievement. I need to start afresh and forget the past.

<analogy quality="poor">It's a bit like our local football club, Nottingham Forest, going on about how good they were in their heyday. The only thing Forest has in common with the team that won all those trophies is the old football ground they still play in. The only thing I have in common with my 18 year old self is the old(er) body with which I'm tied. I'm a different person now.</analogy>

Talking of it being half a lifetime ago, I recently set myself a new goal. By the time I'm 36 (and hence twice the age) I want to beat my old PB. To be as fit as I was at 18 when I'm 36 will be something of a boost to my confidence and show that there's no reason being a little older means you can't be as fit.

Until yesterday I wasn't sure I'd achieve this goal, but then while running along at 90 minute pace I realised it's not actually that much faster than 100 minute pace and, given the right course (i.e. flat) I think I could just about do it. I have the whole of 2010 in which to try.

Click here to post a response

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

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

Author: GIORGIO PAGLIARINI
Tags: calendar time indicator visual
Idea: Have a visual live time indicator on calendar views.
When calendar is quite busy a time indicator would help to focus on current/upcoming appointments/schedules. The indicator would show up in the current day at the current time.

--Giorgio
Author: Kendra Bowker
Tags: status
Idea:
I don't see all the status options for an idea I created under Lotus Technical Information. I only see the option to change to Withdrawn. Can't seem to change to In Progress, Complete, or Rejected.

Author: Roland Reddekop
Tags: firewall security
Idea:
I am using Symantec Client Firewall 8.7, just because that's what my company has issued to our laptop users. When I have the firewall turned on, I cannot vote on any ideas. I get a message popup from Idea Jam that I have already voted on that idea, though I haven't. If I disable the firewall for 5 minutes, and walk naked, I can vote. I am not network saavy enough to know what ports to look for, but it might be a good idea to fine tune the error messages to point to the solution, not a false error, and also provide some info on how to change the firewall settings, or better yet, make the votiing system work with popular firewalls unmodified.
 

Author: Bruce Lill
Tags: web
Idea:
The Lotus Foundation resets the redicted tcp/ip to SSL selection when it starts up so you can't use any http access. The only choice to host a public website in Domino is to puchase a valid SSL cert.
It would be really nice is there was a option to select either Apache or Domino control port 80.
 
There are a lot of web based apps that could be used by SMB out on openntf.

Author: Roland Reddekop
Tags: printing
Idea:
I hate having to provide users with manual instructions on how to print landscape. This should be an option so the user can just click on print. Also, what about backend classes to print programmatically so that certain reports, maybe as PDF's can be produced via scheduled agents. I guess that's 2 ideas.

Author: marco foellmer
Tags: Smartupgrade provisioning
Idea: Why not having a Domino Server based Upgrade Task to:

- Download all Maintenance Release and FP from notes.net
- Create Smartupgrade documents automatically for Server and for Notes Clients
- Administrators has to control and to improve which server or notes client should update by smartupgrade schedule plan.
Еще записи:
Интересные блоги специалистов:

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

Toolbar behavior is not consistent when you move from the Body field to the To, CC, or BCC field in a message composed in Microsoft Word as the alternate memo editor.
You have an application based on IBM Lotus Notes database, which has a hotspot with a specific structure. Is there a version of the Java API that allows the editing of a hotspot URL?
The Category option for a meeting that the meeting chair picked is not available to you after you accept the meeting invitation.
The IBM Lotus Domino and Notes Information Center has multiple books and multiple sections within each book. Use the Search scope feature to search for information in only specific books or s
This white paper provides an overview of the default standard place theme used in IBM Lotus Quickr services for IBM Lotus Domino version 8.1, hereafter referred to as "Quickr 8.1." The paper examines the details you need to perform customizations of this theme, focusing on a description of the Quickr 8.1 theme and how it works, as well as how to create a custom theme based on the default theme. Also included is a description of skin components new to Quickr 8.1, as well as a brief section on customizing the home page.
You notice inconsistencies between the Enabled attribute and IsEnabled property for Out Of Office agent in an XML export.
When a user with Reader access to a database opens an encrypted document sent in MIME format, the following error occurs: "You are not authorized to perform that operation."
A Profile document is opened in a new window and not in the specified frame as expected.
If you reset the "Limit entries in $UpdatedBy fields" or "Limit entries in $Revisions fields" to zero, the change does not take effect and the previous limit remains in place.
An external colleague sends you a meeting request/invitation using the Microsoft Exchange/Outlook iCalendar. The meeting invitation includes a .pdf attachment. You receive the invitation in your Lotus Notes Inbox but when you click Accept, you cannot accept it and receive the following error message:
The Domino Server crashes on router task during MIME conversion.
When a Notes user's password is due to expire, the user receives a warning message indicating that their password will expire on a specific date. When exactly do users receive these warnings?
This document announces the End of Service of the Lotus Enterprise Integrator, Notes, and Domino® 6.5.x series in April 2009. Please read the details below.
A user is unable to save a shared search in a database.
During application development, you may find that you are dealing with a database that contains numerous Profile documents. Individual Profile documents can be modified or deleted using the GetProfileDocument method, but this is a time-consuming process if there are thousands of profile documents. How can multiple Profile documents be processed or deleted simultaneously?
Is there a way to specify the location where Notes stores its temporary files?
After you have installed Lotus Notes 8.0, you find that audible alerts in the embedded Sametime client are no longer working. The sounds still show as enabled in User Preferences.
When you select "Send Transcript as E-Mail" in Sametime®, the resulting message in Lotus Notes® is not formatted the way it appears in the original chat. The text is skewed and separated from the name in a way that can make the transcript hard to read.
You would like to be able to change the default font for new memos only. However, font changes made through User Preferences (Basics -> Default Fonts) affects all of Notes, not just new memos.
Customized icons in a column set to "Show value as icon" do not print correctly.
After you click the "Tools" button on the Notes client Welcome Page, the "View Unread" button disappears.
When trying to recreate the catalog.nsf and FTdomain.di folder for domain search, the following errors will occur."Domain Indexer aborting: File does not exist" and "Domain Indexer process shutdown: File does not exist" if the following events happen in this order.
Также почитатай:
Найти документацию можно на сайтах:

В избранное