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

ACL Rights


Lotus Notes/Domino -- продукт и инструмент. Выпуск: 119

2009-07-06
Поиск по сайтам о Lotus Notes

Содержание:

Новости о ПО Lotus Notes (1)

Мастерская хранения - Открытые системы

CodeStore. Коды Примеры Шаблоны (2)

Change any Location document field for all clients
Give Your Applications a Voice with IBM Lotus Sametime

Интенет эфир о Lotus Notes. Блоги и форумы (14)

DDMTransRetryFailCount
Enablefolder & Refresh Lotus
EnableFolder & Refresh
Руководитель проекта, Инженер по трубопроводам, Супервайзер по гидроиспытаниям ...
Smtp авторизация Lotus Domino 7
Швея
BillingClass
Инженер проектировщик
Оператор, менеджер
DDMSiteAdminDB
DDMTransDB
Выпуск рассылки "Lotus Notes/Domino -- продукт и инструмент. Выпуск: 114 ...
Р"С"РїСгСГРє СѬР°СГСГС"Р"РєРё "Lotus Notes/Domino -- РїСѬРѭРґСгРєС" Рё РёРѬСГС ...
Yandex календарь

Закладки о Lotus Notes (5)

ACL Rights
http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_designer.nsf//Main?OpenFrameSet
nsftools - Tips Index
Lotus Domino Designer wiki
Lotus Domino Designer wiki
Спонсоры рассылки:
Поиск по сайтам о Lotus Notes/Domino
Полнотекстовый поиск по тематическим сайтам о Lotus Notes
Хостинг на Lotus Domino















Блиц опрос
Материалы на английском
(голосование возможно только из письма рассылки)
  • Нормально. Могу читать
  • Не годиться. Хочу только на русском
  • Новости о ПО Lotus Notes

    1. Мастерская хранения - Открытые системы


    Мастерская хранения
    Открытые системы
    Агенты, отвечающие за изготовление "снимков", функционируют без участия прикладных систем, однако учитывают их специфику (поддерживаются, в частности, СУБД различных производителей, Microsoft Exchange и Lotus Notes). Еще одно решение falconstor, система Virtual Tape Library, эмулирует на ...

    и другие »
    Компания ПУЛ - разработка приложений на Lotus Notes/Domino

    CodeStore. Коды Примеры Шаблоны

    1. Change any Location document field for all clients

    Sub SetLocationItem( itemname As String, itemvalue As Variant )
    'Mb¤, 14.02.2005. 'This procedure sets an item "itemname" to value itemvalue in the current user's location doc
    Dim session As New notessession
    Dim PrivateAddressBook As notesdatabase
    Dim CurrentLocation As notesdocument
    Dim LocationString As String, strTemp As String, LocationID As String 'Set PrivateAddressBook = New Notesdatabase( "", "names.nsf" )
    Set PrivateAddressBook = GetLocalNAB() If PrivateAddressBook Is Nothing Then
    Print "Cannot get your local address book."
    Exit Sub
    End If LocationString = Session.GetEnvironmentString( "Location", True ) If LocationString <> "" Then
    strTemp = Mid( LocationString, ( Instr( 1, LocationString, "," ) + 1 ) )
    LocationID = Left( strTemp, ( Instr( 1, strTemp, "," ) -1 ) )
    Set CurrentLocation = PrivateAddressBook.GetDocumentByID( LocationID )
    If Not CurrentLocation Is Nothing Then
    Call CurrentLocation.ReplaceItemValue( itemname, itemvalue )
    Call CurrentLocation.Save( True, False )
    Call SendConfirmationEmail( )
    Else
    Msgbox |Unable to get current location document. Check notes.ini setting "Location".|
    Exit Sub
    End If
    Else
    Msgbox "Unable to get the location settings. Location setting in your notes.ini is empty."
    Exit Sub
    End If
    End Sub Function GetLocalNAB() As NotesDatabase
    Dim session As New notessession
    Dim sAddressBook As String
    Dim nCommaLocation As Integer On Error Resume Next
    sAddressBook = session.GetEnvironmentString( "NAMES", True )
    nCommaLocation = Instr( sAddressBook, "," )
    If nCommaLocation > 0 Then sAddressBook = Left( sAddressBook, nCommaLocation - 1 ) Set GetLocalNAB = New NotesDatabase( "", sAddressBook )
    End Function Sub SendConfirmationEmail( )
    Dim session As New notessession
    Dim db As NotesDatabase
    Dim doc As NotesDocument Set db = session.CurrentDatabase
    Set doc = New NotesDocument( db ) doc.Form = "Memo"
    doc.SendTo = "<Your Name or Name of admin who should receive confirmation that the values is successfuly changed for every client>"
    doc.Subject = "Change succeded for " + session.CommonUserName
    Call doc.Send( False )
    End Sub

    2. Give Your Applications a Voice with IBM Lotus Sametime

    Learn how to develop a flexible framework to integrate IBM Lotus Sametime into other applications. This integration enables your applications to send instant messages that immediately notify administrators of any problems. Developers can continually use this Java-based code, saving a great deal of time and effort. Plus, download the files you need to begin using this framework right away.

    developerWorks  >  Lotus  >  Forums & community  >  Lotus Sandbox

    Lotus Sandbox


    Go back

    2 Extended Attachment Edition
    Edit and handle Attachments in Notes 4 the same way as in Notes 6
    A new Approach - Web-based Date Picker
    Web-based date picker that displays company sponsored holidays
    A new approach - Web-based NAB
    A Web-based NAB with simple search function
    A self-guided tour of Domino Domain Monitoring (DDM)
    The attached presentation (ddm.ppt) is a self-guided tour of Domino Domain Monitoring (DDM).
    A simple method to use File Upload Controls on the Web.
    For identifying/using file upload controls on the Web.
    Access Level
    Displays User Access Level in DB - no need to know your group membership.
    Accidents Reports
    Simple application for reporting and monitoring industrial accidents.
    Account Manager
    Manages accounts, profiles, and contacts.
    ACL Audit Tool
    Tool to perform an ACL audit of databases/templates on a Domino server.
    ACL backup and restore functions in LotusScript
    LotusScript agents saving ACLs in NotesDocuments and restoring them back to DBs ACL
    ACL Scanner
    Creates reports about ACLs on all databases on one server, and recurses groups.
    ACL Setter
    Allows you to modify a database ACL without manager access on a server.
    ACL "Modificator" 1.0
    Add ACL entries in multiple databases.
    Acme Standard Interface and Acme News databases
    Sample databases from the Iris Today article Building standard interfaces without changing your applications.
    Acme.nsf and Zippy.nsf
    Sample databases Acme.nsf and Zippy.nsf referenced in the Iris Today article "Exercising XML with Domino Designer."
    Action button to initiate replication on server
    This Action code uses defined Connection documents to start immediate replication through remote console on source server
    Action Button to set Internet Password
    Action Button to set Internet Password
    Add business holidays to the user's calendar
    Quick and dirty code to add business holidays to the user's calendar using front end classes.
    Add sound to a Notes form
    Add Sound Recorder to your e-mail template.
    Add System DBs
    Adds MAIL.BOX, SMTP.BOX, LOG.NSF, etc. from every available server to your workspace.
    Address Book Servlet v1.0
    Address Book servlet provides an interface similar to address book dialog box in Lotus Notes client
    Admin-Dev Tools 2.0
    Tools for day to day admin tasks. Updated from the original version.
    Admin ACL 2
    AdminACL is an application that allows you to add any ACL entry with any level to any database you want even if you do not have access to it.
    Admin Helper
    Find Orphan mail files, check the Out of Office agent owner and the Calendar Profile owner of mail file for existing users.
    AdminACL
    This tool allows you, the administrator, to add any group, user, and server to any databases in you organization (in one agent).
    Advanced Settings sample database
    This database includes an advanced version of the Application Settings tool described in the Iris Today article "Application settings tool: an alternative to profiles" by Jonathan Coombs.
    Advanced View Techniques
    Interesting ways to display views using applets & print selected documents from View Applet
    Advanced XML for Notes
    Advanced XML techniques with Domino using data binding and Notes queries
    Advertising server
    Serves advertisements from an internally maintained list.
    Agent to Compare 2 Documents in R5
    Agent to Compare 2 Documents in R5 (works with RTF fields, too).
    Agentless thread map database sample
    Demonstrates a technique for generating thread maps in an application without the use of a background agent.
    agentShowInternetHeaders
    LotusScript agent to show Internet "received" headers
    Alarm/Reminder setting from another application
    Set an alarm or reminders in a user's calendar from another application
    Alex & Dilbert Cartoon Retrieval Agent
    Database to retrieve and email Dilbert and Alex Cartoons
    Allow value not in list
    To improve Allow value not in list on the WEB
    Allow values not in list combo for web
    Combo box with allow values not in list for IE5 and above, Netscape 6 and above
    Alternate Color Rows View in a Web Browser - Version 3
    Alternate Color Rows View Version 3 - More features
    AntiSpamFilter Agent
    Anti-spam agent and design elements to enhance spam mail filtering in the standard Notes mail template.
    API Goodies for Lotus Notes
    Control various Win API settings from inside Notes.
    AppleScript code examples for Notes
    This database contains additional programming examples for AppleScript in Notes.
    Application Development Documentation Library
    Allows developers of a systems group to store their documentation.
    Archive on CD-ROM
    Agent to archive on CD-ROM.
    Archive Options
    Archive your mail db by dates or by sizes.
    ArraySort
    An array sort using a fast shell sort algorthim
    Article "Notes application strategies: Document rating" sample database
    Sample database that accompanies the article, "Notes application strategies: Document rating"
    Article "Notes application strategies: Interactive search" sample database
    Sample database to accompany the article, "Notes application strategies: Interactive search."
    Article "Notes application strategies: Mail Processor" sample database
    Sample database to accompany the article, "Notes application strategies: Mail Processor."
    Article "Notes application strategies: User activity tracking" sample database
    Sample database to accompany the article "Notes application strategies: User activity tracking"
    ASP SendMail for Notes/Domino
    Very simple program in VBScript that sends mail in ASP / WSH natively through Notes/Domino
    Audio CD Tracking
    Keeps track of 100 CD changer and CD collection

    Go back


    Интенет эфир о Lotus Notes. Блоги и форумы

    1. DDMTransRetryFailCount

    2. Enablefolder & Refresh Lotus

    При открытии базы, у меня создаётся папка Database resources->Sub Initialize->EnableFolder->Слева открывается список видов созданых в дизайнере.
    В Database resources->Sub Terminate->view.Remove эта папка удаляется.
    Если базу открыть в дизайнере, то созданая мной папка присутствует.
    Вопросы:
    1)Почему не видно моей папки в этом списке?
    2)Почему методы ViewRebuild ViewRefresh ReloadWindow не помогают?

    3. EnableFolder &#38; Refresh

    При открытии базы, у меня создаётся папка Database resources->Sub Initialize->EnableFolder->Слева открывается список видов созданых в дизайнере.
    ...

    4. Руководитель проекта, Инженер по трубопроводам, Супервайзер по гидроиспытаниям ...

    Microsoft Office (Word" Exel" PowerPoint)" AutoCAD (начальный уровень)" Internet" Lotus Notes" "Успех" (ОАО "РЖД")" SAP ERP (Operations).

    5. Smtp авторизация Lotus Domino 7

    Здравствуйте!

    Подскажите пожалуйста как можно в Lotus Domino 7, сделать авторизацию на 25 порт.

    Проблема в том, что сейчас на сервер через telnet может зайти любой и отправить письмо с любого ящика на любой.
    Можно ли это дело как нибудь закрыть.


    Заранее Большое спасибо.

    6. Швея

    Уверенный пользователь ПК (Microsoft Office" Lotus Notes). Владение оргтехникой и средствами связи: принтер" ксерокс" телефон" факс" e-mail.

    7. BillingClass

    8. Инженер проектировщик

    MS Office" Internet"1С Предприятие 7.7" SAP R/3" LOTUS NOTES 6.5.5

    9. Оператор, менеджер

    - редактирование баз данных IBM Lotus Notes 6.5.1;

    10. DDMSiteAdminDB

    11. DDMTransDB

    12. Выпуск рассылки "Lotus Notes/Domino -- продукт и инструмент. Выпуск: 114 ...

    IBM Press Room - 2009-06-09 Exit Microsoft Exchange bei Sanetta - Deutschland * Senior-Level Lotus Notes/Domino Developer - 6.5/8.0 * Senior Lotus Notes Administrator * Help Desk Lotus Notes * Lotus Notes Domino Engineer * Lotus Notes Developer * Senior Lotus Notes Administrator * Lotus Notes Admin * Application Developer Lotus Notes * Lotus Notes Developer/Administrator * Инспектор/инженер по пожарной безопасности * менеджер по аренде, менеджер по взимодействию с арендаторами Системный админстратор. * BatchRegFile * Ищу специалиста по поддержке бизнес-приложений на Lotus Notes/Domino * менеджер по продажам * GuessMIMEBodyLang * О руководстве BPM * Ищу специалиста по поддержке бизнес-приложений на Lotus Notes/Domino * Ищу специалиста по поддержке бизнес-приложений на Lotus Notes/Domino * Выпуск рассылки "Lotus Notes/Domino -- продукт и инструмент.

    13. Р"С"РїСгСГРє СѬР°СГСГС"Р"РєРё "Lotus Notes/Domino -- РїСѬРѭРґСгРєС" Рё РёРѬСГС ...

    IBM Press Room - 2009-06-09 Exit Microsoft Exchange bei Sanetta - Deutschland * Senior-Level Lotus Notes/Domino Developer - 6.5/8.0 * Senior Lotus Notes Administrator * Help Desk Lotus Notes * Lotus Notes Domino Engineer * Lotus Notes Developer * Senior Lotus Notes Administrator * Lotus Notes Admin * Application Developer Lotus Notes * Lotus Notes Developer/Administrator * РРѬСГРїРѭРєС"РѭСѬ/РёРѬР°РѭРѬРѭСѬ РїРѭ РїРѭааСѬРѬРѭР№ Р=РѭР-РѭРїР°СГРѬРѭСГС"Рё РЎРёСГС"РѭРѭРѬС"Р№ адРѭРёРѬСГС"СѬР°С"РѭСѬ. * BatchRegFile * РС*Сг СГРїРѭС*РёР°Р"РёСГС"Р° РїРѭ РїРѭРґРґРѭСѬакРѭ Р=РёР-РѬРѭСГ-РїСѬРёР"РѭР°РѭРѬРёР№ РѬР° Lotus Notes/Domino * РѭРѭРѬРѭРґР°РѭСѬ РїРѭ РїСѬРѭдаааРѭ * GuessMIMEBodyLang * Рѭ СѬСгРєРѭРІРѭРґСГС"РІРѭ BPM * РС*Сг СГРїРѭС*РёР°Р"РёСГС"Р° РїРѭ РїРѭРґРґРѭСѬакРѭ Р=РёР-РѬРѭСГ-РїСѬРёР"РѭР°РѭРѬРёР№ РѬР° Lotus Notes/Domino * РС*Сг

    14. Yandex календарь

    а если ыб еще и все в Lotus notes запихнуть. с возможность работы как в Google apps для корпоративного сектора
    Блиц-опрос
    Давай знакомиться. В каких отношениях с Lotus Notes?
    (голосование возможно только из письма рассылки)
  • Lotus Администратор
  • Lotus Программист
  • Lotus Пользователь
  • С Lotus Note не знаком
  • Хочу познакомиться с Lotus Notes/Domino
  • Закладки о Lotus Notes

    1. ACL Rights

    2. http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_designer.nsf//Main?OpenFrameSet

    Welcome to Help, the documentation for IBM® Lotus Notes® and DominoTM 6. To find topics in this Help database, use the Contents on the left, or click the Index or Search icon. To expand a section of the Contents outline, click a triangle to the left of a topic. To expand the entire outline, choose View - Expand All.

    3. nsftools - Tips Index

    Julian Robichaux's Tips Collection - Valuable resources and lots of code for every Notes and/or Java developer

    4. Lotus Domino Designer wiki

    Manipulating Design Elements with LotusScript (or Java)

    5. Lotus Domino Designer wiki

    Make a Notes view list design elements (using LotusScript or Java)

    Источники знаний. Сайты с книгами


    "Красные книги" IBM

    Книги компании IBM по специализированным тематикам о Lotus Software. Основной язык - английский форматы pdf и html

    Книги компании "Интертраст"

    Для администраторов разработчиков и пользователей. Настройка и администрирование, разработка и программирование, пользование системой Lotus Notes
    Документация. YellowBook
    Оригинальная документация по продуктам Lotus Software. Язык англыйский. Форматы pdf html nsf
    IBM Пресс
    Книги от компании IBM. Книги и брошуры на заказ и на бесплатную скачку в формате pdf
    КУДИЦ-ПРЕСС
    Просмотр и заказ книг. Некоторые книги возможно скачать в формате pdf для свободно чтения и просмотра.
    Книги о Lotus Notes в Интернете
    Ссылки на книги и методички находящиеся в свободном пользовании. Ветки форумов обсуждения книг и материалов. Поисковый сервер по хелпам Lotus Notes книги от Google для свободного просмотра

    В избранное о Lotus Notes/Domino В подготовке выпуска использовались материалы и знания
    По вопросам спонсорства, публикации материалов, участия обращайтесь к ведущему рассылку LotusDomiNotes

    В избранное