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

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


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

2009-03-02
Поиск по сайтам о Lotus Notes

Содержание:

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

Export data to OpenOffic

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

Наболевшее
Re: Lotus Notes 7 on Fedora 8
Mobile Master Corporate Edition 7.0.3 Build 2727
Adobe Acrobat 9.0 Professional Extended
Get Datas From Lotus By Php
Re: Меню почтового ящика
Re: Меню почтового ящика
Выпуск рассылки "Lotus Notes/Domino -- продукт и инструмент. Выпуск: 61 ...
Р"С"РїСгСГРє СѬР°СГСГС"Р"РєРё "Lotus Notes/Domino -- РїСѬРѭРґСгРєС" Рё РёРѬСГС ...
Responses to Frequently Asked Questions about IBM Lotus Notes & Domino for ...
Используемые на предприятии системы учёта и документооборота (1С и Lotus Notes ...
Подружить Php(on Linux) с Lotus (on Nt)?
Ножик

Вакансии для специалистов (1)

Senior Project Manager Migration from Exchange to Lotus Notes

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

Open NTF - Lotus Notes Templates
PLANET LOTUS.org
Yahoo! Messenger Blog " Working Together: Yahoo! Messenger and Lotus Sametime
OpenNTF.org - Lotus Notes and Domino Open Source Community
7 Things IT Managers Should Know About Lotus Notes - CIO.com - Business Technology Leadership
Five steps to implementing GTD within Lotus Notes - The David Allen Company
Lotus Notes and Domino wiki
Notes/Domino 6 and 7 Forum : RE: Here is the code...
Notes/Domino 6 and 7 Forum : RE: @Sort and LotusScript...
IBM Lotus Domino and Notes Information Center
http://merlin.oxfam.org.uk/mail/TWalker.nsf
Blackberry, Bluetooth and a group of persons - By Ulrich Krause - eknori.de

Lotus Notes. Видео и изображения (2)

What building foundations have in common with Lotus Foundations
Converged Management Application: Polycom CMA 4000/5000
Спонсоры рассылки:
Поиск по сайтам о Lotus Notes/Domino
Полнотекстовый поиск по тематическим сайтам о Lotus Notes
Хостинг на Lotus Domino















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

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

    1. Export data to OpenOffic

    This code exports excel data to OpenOffice.org Calc (similar to exporting Notes Data to MS Excel). Paste the code below in a view button and make necessary changes to the fields and columns numbers as required. Hope you'll enjoy using it Sub Click(Source As Button) ''==''==''==''=='' Code For Creating Office Application Automation Object ''==''==''==''==''
    Dim SM As Variant
    Dim Desktop As Variant
    Dim args() As Variant
    Dim calApplication As Variant
    Dim worksheet As Variant
    Dim cell As Variant '' Creating Handle To OpenOffice Object
    Set SM = CreateObject("com.sun.star.ServiceManager") '' Create The Front-End Reference
    Set Desktop = SM.createInstance("com.sun.star.frame.Desktop") '' Opening The Excel Application On Desktop Giving Focus
    Set calApplication = Desktop.loadComponentFromURL("private:factory/scalc", "_blank" , 0 , args) '' Setting Sheet Name
    Set worksheet = calApplication.Sheets.getByName("Sheet1") ''Set cell = worksheet.getCellByPosition(0,0)
    ''cell.setString("Testing Transport To OpenOffice")
    ''==''==''==''=='' Code For Creating Office Application Automation A Object ''==''==''==''=='' Dim uiws As New NotesUIWorkspace
    Dim uiview As NotesUIView
    Dim view As NotesView
    Dim doc As NotesDocument Dim counter As Integer
    Dim xlr,xlc,loops As Integer
    Dim cell1,cell2,cell3 As Variant Set uiview = uiws.CurrentView
    Set view = uiview.View loops = view.AllEntries.Count Set doc = view.GetFirstDocument Dim i As Integer
    i=0
    For i=0 To loops-1
    '' '' Exporting Notes-Data Code To OpenOffice Calc Applicaiton
    Set cell1 = worksheet.getCellByPosition(0,i)
    Set cell2 = worksheet.getCellByPosition(1,i)
    Set cell3 = worksheet.getCellByPosition(2,i) cell1.setString(Cstr(doc.EDForwardID(0)))
    cell2.setString(Cstr(doc.EDEmpMailID(0)))
    cell3.setString(Cstr(doc.EDEmpPh(0))) If(i<loops-1) Then
    Set doc = view.GetNextDocument(doc)
    End If Next worksheet.Columns.Autofit End Sub

    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. Наболевшее

    Наш офис сегодня, похоже, устроил DDoS на сайт с говорящим названием I Hate Lotus Notes.

    2. Re: Lotus Notes 7 on Fedora 8

    openSUSE 10.3, 11.1 - полет нормальный

    3. Mobile Master Corporate Edition 7.0.3 Build 2727

    Есть синхронизация данных с Outlook, Lotus Notes, The Bat, Eudora, Outlook Express, Google calendar, Palm Desktop, Novell Groupwise, iTunes, и др., закачка музыки/картинок, работа с базами данных и телефонными книгами.

    4. Adobe Acrobat 9.0 Professional Extended

    Adobe° Acrobat° 9 Professional là phân mêm cho ban dê dàng tao tap tin PDF tu cac chuong trinh khac duoi dang Plug ins tich hop trong Microsoft Office, Outlook, Internet Explorer, Project, Visio, Access, Publisher, AutoCAD°, Lotus Notes.

    5. Get Datas From Lotus By Php

    привет всем

    скажите плиз как можно спомощью пхп доствать данные из лотус домино

    6. Re: Меню почтового ящика

    Спасибо всем!

    7. Re: Меню почтового ящика

    В общем проблема в шаблоне. Заменила шаблон на другой - все стало нормально.

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

    Вышел новый выпуск рассылки "Lotus Notes/Domino -- продукт и инструмент.

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

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

    10. Responses to Frequently Asked Questions about IBM Lotus Notes & Domino for ...

    Upgrading to Lotus Notes/Domino 8.5 URL: http://www.lotus.com/ldd/dominowiki.nsf/dx/knowledge-collection-upgrading-lotus-notesdomino85 Title: Lotus Notes/Domino 8.x Out of Office Service:

    11. Используемые на предприятии системы учёта и документооборота (1С и Lotus Notes ...

    Используемые на предприятии системы учёта и документооборота (1С и Lotus Notes ...

    12. Подружить Php(on Linux) с Lotus (on Nt)?

    Есть ли у кого реально работающие примеры того
    как с помощью пхп доставать данные из Лотуса

    13. Ножик

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

    1. Senior Project Manager Migration from Exchange to Lotus Notes

    Reference # : 09-00096 Title : Senior Project Manager Migration from Exchange to Lotus Notes Location : Pittsburgh, PA Experience Level : 3 Years Start Date : Thu, Feb 19, 2009 Position Type : Contra...

    Закладки о Lotus Notes

    1. Open NTF - Lotus Notes Templates

    2. PLANET LOTUS.org

    3. Yahoo! Messenger Blog " Working Together: Yahoo! Messenger and Lotus Sametime

    Working Together: Yahoo! Messenger and Lotus Sametime

    4. OpenNTF.org - Lotus Notes and Domino Open Source Community

    5. 7 Things IT Managers Should Know About Lotus Notes - CIO.com - Business Technology Leadership

    6. Five steps to implementing GTD within Lotus Notes - The David Allen Company

    7. Lotus Notes and Domino wiki

    The purpose of this knowledge collection is to provide links to a select group of documents and resources that educate readers on the items and issues to take into consideration when upgrading to Lotus Notes/Domino 8.5.

    8. Notes/Domino 6 and 7 Forum : RE: Here is the code...

    9. Notes/Domino 6 and 7 Forum : RE: @Sort and LotusScript...

    10. IBM Lotus Domino and Notes Information Center

    11. http://merlin.oxfam.org.uk/mail/TWalker.nsf

    12. Blackberry, Bluetooth and a group of persons - By Ulrich Krause - eknori.de

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


    "Красные книги" 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. Видео и изображения

    1. What building foundations have in common with Lotus Foundations

    http://bit.ly/nBJdm Download trial copy http://bit.ly/18weG7 This video goes to show how upset I am about the software released by IBM called Lotus Foundations. It may mean that I will not be able to make as much money on simple every day tasks like I have been able to in the past. I have been a Lotus Notes Consultant based in Auckland, New Zealand for quite a number of years. Now I have something great to work with.

    Author: vrivett
    Keywords: Lotus Foundations Vaughan Rivett New Zealand Notes Microsoft small business server sbs startup
    Added: February 15, 2009

    2. Converged Management Application: Polycom CMA 4000/5000

    Beheer alle audio- en video endpoints in een videonetwerk, registreer de gebruikers, gebruik verkorte kiescodes voor een conferentie, boek met scheduling functies via MS Outlook of Lotus Notes een video conference, conference calling met desktop clients via webcam, beheer alle conferentie apparatuur met één systeem.

    Author: GOTelecom2009
    Keywords: Polycom CMA Polycom CMA 4000 Polycom CMA 5000 Codian compared Cisco telepresence Teleworking Video Conferentie managed video mavis vnoc.
    Added: February 18, 2009

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

    В избранное