← Октябрь 2009 → | ||||||
1
|
3
|
4
|
||||
---|---|---|---|---|---|---|
6
|
7
|
8
|
10
|
11
|
||
13
|
14
|
15
|
18
|
|||
20
|
21
|
22
|
24
|
25
|
||
27
|
28
|
29
|
31
|
За последние 60 дней 24 выпусков (2-3 раза в неделю)
Открыта:
25-01-2006
Статистика
0 за неделю
I Hate Lotus Notes
Новости о ПО Lotus Notes1. VERNA и «Майкрософт Украина» рассказали о внедрении решений на базе System Center 2007 - Компьютерное Обозрение
2. Купи Handy Backup Full и получи Handy Backup Standard в подарок! - SoftKey.info (пресс-релиз)
3. «Аплана» организовала работу с большими объемами документов с помощью СЭД БОСС-Референт в ООО «Пенсионный КапиталЪ» - Express-Release.com (пресс-релиз)
Компания ПУЛ - разработка приложений на Lotus Notes/Domino CodeStore. Коды Примеры Шаблоны1. Pushing Boundaries? | BlogAnybody who looks after a Domino server will know that the screengrab below from this site's log.nsf doesn't look good.
Any entry with a start time and no end time tends to indicate a crash. At least it does in each of the cases above! As I feared yesterday it's starting to look a lot like my latest round of changes to this site are killing the server. I just can't work out why. Nothing I've done is really pushing any boundaries. Surely? The obvious culprit would be the major change, which is that I now build the entire comment thread using a Rich Text item and a Web Query Open agent each time a blog or article document is opened. There's nothing fancy going on there though and I'm thinking that's a red herring. Right now I'm suspecting it's more to do with creating new replies. The crashes seem to be happening at random when you press the "Post It" button. When it does crash the reply you posted doesn't save but something must happen as the browser receives the redirect back from the server, which happens in the WQS agent (Print "Location: /bla"). Very odd. While I look in to it (and beg Prominic.NET for an 8.5.1 upgrade) it might be worth copying the text of the reply before you press the post button! I should know not to try and push boundaries with Domino. If the only solution to this is a design rollback I'm going to be pretty peeved about it after I've put in so much effort to try and show that Domino can do anything others servers can. It feels a bit like one step forward and two steps back. If it comes to it I might even ask Prominic to revert the server to 7.0.2 and/or move it to a Windows machine (it's on Linux now and Domino version is 8.5HF224). Any ideas folks? 2. Next Site Change: Indented Inline Commenting System | BlogLast night I implemented an "experimental" feature on this site. This morning I woke up and the web server had died. I'm hoping it's just a coincidence, but have a funny feeling it isn't. New Feature?Take a look at the screen shot below: It will no doubt appear very familiar to you all. If not from reading articles on this site over the years then from the Notes.net Forums. It's the "Domino way" of rendering a discussion-style hierarchy of documents. I've never really liked it though. It has to be one of the worst ways of holding a conversation. For years now I've wanted to do something about it, so yesterday I did. Look now at the grab below, which is of the same page but with the new commenting system implemented.
Notice how the body of all the comments are shown inline and slight indented to show the relation to the one above. Better, no? You can see it for yourself by opening the article I took the grab from and scrolling down the feedback section. How It WorksIn order to implement the above solution I had to do some fairly major house-keeping in the backend. This database is more than 10 years old and it shows. If I started over now the database structure wouldn't look much it does. Until yesterday there were two "reply" forms. One to hold replies to blogs and one to hold replies to articles. They were similar, but different. Different for no real reason, so I've now created one form (and view) to hold all replies. All old replies (~20,000 documents) have had their Form field updated and various other fields added/removed. It took about an hour just to replicate all the changes! What I have now is much easier to maintain and build on. Another part of the update was converting the Rich Text held in the some replies (to articles) in to plain text. No idea why I ever used a Rich Text field, but there you go. I did my best at preserving the formatting but some replies will be a bit screwy. Yeah, but how does it work? Well, where there was once an embedded view there is now an empty Rich Text field, called "Feedback". The Web Query Open Agent fills this field with the nested "view". The form looks like this:
Note that the document doesn't store a field called Feedback. It's only there as a place-holder for what happens next. The code to populate the field looks something like this, in principal at least: 'Treats it as plain text without this line 'Hence 64kb limit without this line! Call web.document.Removeitem("Feedback") Dim item as NotesRichTextItem Set item = web.document.CreateRichTextItem("Feedback") Dim richStyle As NotesRichTextStyle Set richStyle = web.session.CreateRichTextStyle richStyle.PassThruHTML = True Call item.AppendStyle(richStyle) While not entry is nothing Call item.Appendtext(entry.ColumnValues(1)) Set entry = nav.GetNextDocument(entry) Wend In reality the code is more complex, as it has to open and close all the nested LI elements as needed, but you get the idea. Experimental?As I said earlier, the HTTP task was dead this morning after adding this new feature last night. Whether it was because of this change I don't know and that's what I need to wait and find out. There are articles with a lot of feedback and some with little. Not sure what the worst case is, but there's one with >100KB of feedback to render. Could this be bringing the HTTP task down? I don't see how or why. Moving ForwardI know what you're thinking - aren't the Articles on this site just an archive? Well, kind of, although I do hope to start using them again at some point. What I wanted to do was improve the "archive" as well as test the approach. I really hope I don't have to scrap this approach as my plan is to implement the same approach for the blog commenting. The code is in the template, I just need to refresh the design. Something's telling me to hold off though. For now please treat this as just an idea. It will get improved with time if it turns out to be a viable solution. If not I'll look at alternatives though as I don't want to have to revert to the old approach and think it will be a great benefit to the blog commenting, which I've never like either. Help TestingTo test this out I've created an article for you to add comments to. Let's see what happens. 3. Connect Server Agent to Restricted File Share with Alternate UserName/PasswordSo the SQL Server guy stops by and says, "Hey, we want to create some reports of Notes data and we only know how to use SQL Server to do it. Do you mind exporting it to a delimited text file and saving it to this restricted folder on the file server? Here's the username and password of a special Windows account with rights to the folder. Oh, and we need it to run on a scheduled basis so everything is automated. Thanks!" The key here is the use of an alternate username and password to gain access to a restricted folder on a Windows file server. Note: This only works on Domino servers running on Windows. Read more: http://www.lotusguru.com/lotusguru/LGBlog.nsf/d6plinks/20080530-7F5HBT4. Introducing IBM LotusLiveIn this article, we give an overview of the IBM® LotusLive offerings and describe their unique features. In subsequent articles in this series, we examine each offering in more detail.5. Clear Recent Contacts view and prevent repopulation in Lotus Notes 8.xA new feature in Lotus Notes 8 is the inclusion of a Recent Contacts view. If you're not a fan of the feature, insert this LotusScript code in a button and email it to your users. Clicking the button will clear the view and prevent repopulation.6. Introducing IBM LotusLive MeetingsIn this article, we give an overview of IBM® LotusLive Meetings and describe its unique features. In other articles in this series, we examine each offering in more detail.7. Domino Designer 8.5.1 Is Much, Much Better Than 8.5 | BlogAt the end of last month I tweeted:
Such was my disappointment in the 8.5 IDE! It's hard to put my finger on exactly what I found so annoying, but it was definitely flakey. Am I the only one who thought that? Slow too. To the point where I could tell I was being less productive than when I used 7.0.2. Well, I'm happy to report that after only five minutes using 8.5.1 that this is no longer the case. It feels solid and polished. No flickering and jumping here and there while I wait and wait for it to load the list of Forms. Design element lists (and the elements themselves) open as quickly as they did in 7.0.2 rather than waiting for an age, as I felt I was doing in 8.5. Now, get this. I actually got excited by Domino Designer. Don't think that's happened since version 5. I need to play more but so far my favourite feature has to be the new LotusScript editor. Oooh, colour coding! Best of all it now has type-ahead coding. Not only that but it also works on my own classes. Here it is offering suggestions on teh "web" object which is based on my "WebSession" class, which any of you familiar with the demo DBs on here will recognise and which I use all the time.
Off to play some more... 8. Updated SVG Demos | BlogFurther to this morning's post about SVG I've been back and looked for this site's old SVG demos. What I found was that all (well, both) of my SVG demos were broke, as the current browser implementation of SVG requires a content-type of "image/svg+xml" and I wasn't specifying that. Doh. The main demo I fixed was the World Cup goals summary database. The SVG chart from it is embedded below. Whether you see the chart below depends on what browser you're using. If you're using IE you won't see it. If you're using any other up-to-date browser you should see a bar chart of the goals scored in the first round of the cup, by group. I remember being much more proud of that when I did it than I am now looking at it again. How times change. Note that the chart you're seeing above is not just an image (as such) and is not Flash and is built in real-time based on backend data in Domino. Scale your browser window and notice is scaled with it (vector-based!). Right click the chart and you can even view its SVG source, just like HTML! While there are various charting solutions available now, most rely on Flash, while SVG is much more "pure". When HTML 5 is out and about there'll even be and <svg> tag, so you can add a chart inline with your HTML like so: <html> Stay ahead of the game and familiarise yourself with SVG now. At some point in the future it will be a really useful tool. If it isn't already. For more Domino-based SVG inspiration, it's good to see that Ruediger Seiffert's Agent-generated pie chart is still online. For now I think I'll forget about SVG, as I have other things on my mind, but it's good to see it progressing and that whatever I haven't forgotten from my first foray in to SVG isn't going to have been learnt in vain. 9. XPages -- A Reusable Solution for Computing a Custom Control at RuntimeTake the first steps to building a library of reusable custom controls that your XPages applications can display dynamically at runtime. First, learn how to develop custom controls that developers can pass parameters to. Then, learn the technique for passing a parameter to a computed custom control that will use that parameter to compute which custom control to display at runtime. The complete example code is in a Domino 8.5 database available for download. Форумы о Lotus Notes/Domino:
Интенет эфир о Lotus Notes. Блоги и форумы1. Борьба на поле унифицированных коммуникацийНабор решений IBM Unified Communications &Collaboration (UC2) основан на ПО Lotus Notes (обмен сообщениями), Sametime (поддержка групповой работы) и клиентской среды Eclipse.2. Spelling Language Dictionaries in Lotus Notes 8.5.1The IBM Lotus Notes 8.5.1 standard client has a new spell check engine and new spelling language dictionaries that are in a different format from the ones that were used in version 8.5 and earlier. H3. RM_No_Log_Large_Objects4. DebugNSL5. Ole к лотусине на CitrixЖил-был код, который в обычной терминальной сессии нормально работал по связи 1С-лотус.Пришла нужда работать народу под цитриксом и вот полезло - вызовы из 1С 7.7... (клиент лотуса под цитриксом настроен и запускается без вопросов отлично запускается ручками) было по COM session = CreateObject("Lotus.NotesSession") session.Initialize тут валит ошибку "Не могу открыть файл учетной записи" было по OLE session = CreateObject("Notes.NotesSession") db=session.getdatabase(.....) тут при закрытом клиенте на создании объекта запускает setup wizard как для нового клиента, при запущенном клиенте - отрабатывает нормально.. Кто знает что за штука может быть? Особенности цитрикса или криворукость тех, кто настраивал сессии юзеров? 6. Неоправданно сильный рост базы - как побороть?Всем привет!Столкнулся недавно с очередной проблемой... На сервере Lotus Domino 6.5.4 крутится документооборот. И есть там одна очень большая база. Однако недавно она стала увеличиваться нереальными темпами. В день почти по гигабайту. Это явно не вяжется с увеличением количества документов в ней. Особенно насторожило это тогда, когда я сделал полную реплику на локальный компьютер. Исходная база весила 56 Гб, а реплика оказалась всего 28 Гб! При этом количество документов в базе совпадает, все вложения на месте. Попробовал сделать New Copy - тоже самое, вместо 56 Гб получил 28 Гб. Внутреннее содержание копии также в норме. На рабочей базе каждую ночь отрабатывает compact и параметр used у нее всегда в районе 99,8%. Я попробовал снести индексы, запустил вручную compact с ключиком "-B", а потом заново создал индексы. Результата не последовало. В чем может заключаться такой сильный рост базы? И как ее можно привести в нормальное состояние? Может кто сталкивался с подобными проблемами... Пока кроме индексов и компакта в голову ничего не приходит. 7. отбор документов по Lotus NameДоброе время суток.Возникла небольшая проблемка, никак не могу решить, прошу помощи знающих людей. Есть форма, в форме есть изменяемое поле (текстовое) - fldColleagsLotusName, разрешен ввод нескольких значений. В данном поле содержаться lotus-имена пользователей (в формате [Abbreviate]). Создаю представление(календарное) с отбором документов по формуле: SELECT @IsMember(@Text(@Name([Abbreviate]; @UserName));fldColleagsLotusName). т.е. хочу чтоб в данном представлении отображались документы только для тех пользователей, которые перечислены в поле fldColleagsLotusName. Проблема в том, что "как задумано" - не работает. Т.е. для определенных пользователей документы отображаются правильно, для других вообще не отображаются. пример, пользователь Ivanov I Ivanovich/AA/BBB/CC есть в поле fldColleagsLotusName - для него документ не отображается, а для пользователя Petrov P Petrovich/AA/BBB/CC - отображается (он тоже есть в данном списке). + документ отображается для некоторых пользователей, которых нет в поле fldColleagsLotusName. 8. отбор документов по Lotus NameДоброе время суток.Возникла небольшая проблемка, никак не могу решить, прошу помощи знающих людей. Есть форма, в форме есть изменяемое поле (текстовое) - fldColleagsLotusName, разрешен ввод нескольких значений. В данном поле содержаться lotus-имена пользователей (в формате [Abbreviate]). Создаю представление(календарное) с отбором документов по формуле: SELECT @IsMember(@Text(@Name([Abbreviate]; @UserName));fldColleagsLotusName). т.е. хочу чтоб в данном представлении отображались документы только для тех пользователей, которые перечислены в поле fldColleagsLotusName. Проблема в том, что "как задумано" - не работает. Т.е. для определенных пользователей документы отображаются правильно, для других вообще не отображаются. пример, пользователь Ivanov I Ivanovich/AA/BBB/CC есть в поле fldColleagsLotusName - для него документ не отображается, а для пользователя Petrov P Petrovich/AA/BBB/CC - отображается (он тоже есть в данном списке). + документ отображается для некоторых пользователей, которых нет в поле fldColleagsLotusName. 9. Артек» втянулся в педофилию - Газета.RuАртек» втянулся в педофилию10. New EHX Large Boxes11. Passware Kit Enterprise 9.3.815 RUSOffice, Excel, Word, Windows XP/2000/NT ,Access, Outlook, Outlook Express, Exchange, WinZip PKZip ZIP, WinRAR RAR, VBA Visual Basic modules, Internet Explorer/ EFS - Encrypted File System, FileMaker/ Acrobat, Quicken, QuickBooks, Lotus 1-2-3, Lotus Notes, Lotus, Organizer, Lotus WordPro, Quattro Pro, Backup, Project, MYOB, Peachtree, Paradox, ACT!, Mail, Schedule+, Money, WordPerfect и MS Office 2007, а также определения ключа Windows XP/12. Ошибка при копировании Notesitem'ов в документСоздавал вчера такую тему, но что-то теперь не могу ее найти.Итак, есть база Lotus 7, в которой крутится агент, одной из задач которого является копирование полей доступа (Readers и Authors) в документ из его родителя. Выглядит это примерно так:
В ходе выполнения этого кода при вызове процедуры SetAccess вылетает ошибка: Function Requires a Valid ADT Argument. Код процедуры такой:
Что характерно, ошибка проявляется только на сервере у заказчика; в моих "лабораторных" условиях агент работает без проблем. Запускается он под учеткой, имеющей права менеджера и доступ на чтение/запись ко всем документам, так что в этой части проблем вроде быть не должно. Про саму ошибку читал всякое, однако все равно не могу понять, откуда она может возникать в вышеприведенном коде. В общем, нуждаюсь в помощи, заранее спасибо. 13. Re: Свидетели Иеговы - под защитой закона.Не знаю, смеяться или плакать… Без комментариев.14. Любопытные факты на английском. Удивительное о мире. Станьте эрудитом с помощью ...то можете подписаться на неё написав любое письмо на mailto:job.lang.coolfacts-sub@subscribe.ru15. http://blogs.mail.ru/mail/dj_zorg_94/184720234536699E.html16. Clear Recent Contacts view and prevent repopulation in Lotus Notes 8.xA new feature in Lotus Notes 8 is the inclusion of a Recent Contacts view.17. Укажите каталог для Domino Icons и Java appletНапример, если Вы установили Domino в каталог по умолчанию, ведите – c:\lotus\domino\data\domino\icons.18. Ошибка при копировании Notesitem в документДоброго всем времени суток.Имеется база в Lotus 7. В ней есть агент (на новые и измененные документы), одной из задач которого является копирование в обрабатываемые документы полей Authors и Readers из их родителей. Выглядит код примерно так:
При вызове процедуры SetAccess в вышеприведенном куске выскакивает ошибка Function requires a valid ADT argument. Код процедуры такой:
Ну а чтобы было совсем весело, ошибка эта появляется только у заказчика, на моей машине в "лабораторных" условиях агент отрабатывает нормально. Подписан он учеткой менеджера базы, имеющего полный доступ ко всем документам (проверено). Читал в инете про вышеуказанную ошибку, однако все равно не понимаю, откуда она может возникать у меня в коде. Нуждаюсь в помощи, заранее спасибо. 19. Конфигурирование Domino для Microsoft IISНапример, если Вы установили Domino в каталог по умолчанию, то полный путь будет – c:\lotus\domino\niisextn.dll. ·20. Introducing IBM LotusLiveIn this article, we give an overview of the IBM® LotusLive offerings and describe their unique features. In subsequent articles in this series, we examine each offering in more detail.21. Але ўвогуле, калі казаць на конт - у IBA вельмі зручная сістэма Lotus Notes для падобныхАле ўвогуле, калі казаць на конт - у IBA вельмі зручная сістэма Lotus Notes для падобных фішак. :-р22. собсно Lotus Notes или Exchange - и есть локальные базы данных с возможностью репликациисобсно Lotus Notes или Exchange - и есть локальные базы данных с возможностью репликации и прикрученным сбоку SMTP23. Вообще это круто, и надеюсь их офисные продукты гораздо более продвинуты, чем LotusВообще это круто, и надеюсь их офисные продукты гораздо более продвинуты, чем Lotus Notes 6.5, на котором я сейчас сижу :)24. Идентификация местоположения файлов HTML, CGI, IconНапример, если Вы вводите в поле Icon URLs path значение domino\icons, Domino ищет файлы изображения в lotus\domino\data\domino\icons каталоге, если \lotus\domino\data – каталог данных сервера.25. Перенаправление URL для каталогаЕсли Вы имеете следующий HTML code в документе: [ ] Domino ищет файлы *.Gif в каталоге c:\lotus\domino\data\domino\icons на сервере.26. Lotus iNotes Notes.ini Settings - General SettingsThe table below lists general IBM® Lotus® iNotes™ notes.ini settings by task as well as provide you with a description of each setting, any equivalent settings, and the versions supporte27. Lotus iNotes Notes.ini Settings Task Table - MailThe table below lists IBM® Lotus® iNotes™ notes.ini "Mail" settings by task as well as provide you with a description of each setting, any equivalent settings, and the versions supported28. Lotus iNotes Notes.ini Settings Task TableThe tables below list IBM® Lotus® iNotes™ notes.ini settings by task as well as provide you with a description of each setting, any equivalent settings, and the versions supported. N29. Introducing IBM LotusLive MeetingsIn this article, we give an overview of IBM® LotusLive Meetings and describe its unique features. In other articles in this series, we examine each offering in more detail.30. Re: Notes Error - Локальная куча переполнена ??Да, забыл указать, инфа взята из этого источника31. Нужна помощь в разработке (легкие вопросы :))Здравствуйте.... 32. IBM releases the Government to Business template for WebSphere PortalGreat news for WebSphere Portal users! IBM releases the Government to Business template for WebSphere Portal. Government to Business portals foster innovation and growth by providing a single point o ...33. Demo: Color-coding mail to help identify sendersYou can color-code your mail by sender, to make it easier to scan your Inbox for mail from specific senders. When you receive mail from those senders, messages will appear highlighted in a color of yo34. IBM пуска версия 8.5.1 на Lotus Notes & Domino:IBM пуска версия 8.5.1 на Lotus Notes & Domino:35. Using the auto-codepage feature of IBM Lotus Connector for Oracle 8.xUsing the auto-codepage feature of IBM Lotus Connector for Oracle 8.x Abhijeet V Sange Systems Software Engineer IBM Software Group Pune, MH India October 2009 Summary: The purpose of this36. Re: Notes Error - Локальная куча переполнена ??В них нет даже упоминания об этой ошибке.37. Lotus NotesТак как Lotus Notes для нас - основной источник информации с внешним миром.38. Излезе обновен Lotus Notes and Domino:Излезе обновен Lotus Notes and Domino:39. Още по-добра комуникация и съвместна работа с новата 8.5.1 версия на Lotus NotesОще по-добра комуникация и съвместна работа с новата 8.5.1 версия на Lotus Notes and Domino :40. Сегодняшний анонс: старые лицензии на Lotus Notes, iNotes, Designer: снятие с ...41. Object Variable Not Set при выполнении агентаДобрый день!У нас на сервере Lotus Domino 6.5.4 работает документооборот. В одной из баз ежедневно выполняется агент - по определенному критерию делает выборку из всех документов и вносит в поля этих документов изменения. Однако недавно этот агент перестал отрабатывать. В дизайнере смотрю свойства агента - там написано, что он запустился во столько-то, закончился во столько-то. Захожу в log.nsf и смотрю там сообщения. Оказывается, через некоторое время после запуска агента выдается такое сообщение: AMgr: Agent ('agent_name' in 'db_name') error message: Object variable not set На этом все. И такая беда происходит каждый день, т.е. агент затыкается на одном и том же документе, как я понимаю. Но вопрос в том, как же найти, что это за документ, где именно он останавливается... Есть ли какие-то варианты? Может нужно что-то дописать в сам агент, чтобы при некорректном завершении, он выдавал ID поврежденного документа? 42. Lotus Domino Designer 8.5.1 доступен для бесплатного скачиванияdownload, lotus domino designer, developerworks, lotus domino, 8.5.143. Что же нового в Lotus Notes 8.5.1?44. Вчера, как и было предсказано, :))) стала доступна для скачивания версия Lotus ...45. Re: Notes Error - Локальная куча переполнена ??В логи эта ситуация вообще не попала. Как-будто сервер делал все как надо...46. iNotes_WA_PortalSkipEndIESession47. iNotes_WA_PreferWebEngineCacheControl48. iNotes_WA_PreferXMLHttpRequest49. iNotes_WA_PrintUserStyleSheet50. iNotes_WA_QueryAgents51. iNotes_WA_SametimeNameFormat52. iNotes_WA_SametimeProtocol53. iNotes_WA_SametimeRemoteToken54. iNotes_WA_SecMailPreferNotes55. iNotes_WA_SkipEndIESession56. iNotes_WA_Ultralite57. Using the auto-codepage feature of IBM Lotus Connector for Oracle 8.xUsing the auto-codepage feature of IBM Lotus Connector for Oracle 8.x Abhijeet V Sange Systems Software Engineer IBM Software Group Pune, MH India October 2009 Summary: The purpose of t58. iNotes_WA_NoPortServerArchive59. iNotes_WA_NameTypeaheadWaitTimeout60. iNotes_WA_FeedsSecured61. iNotes_WA_FormsTLMCheck62. iNotes_WA_NameTypeaheadStartTimeout63. iNotes_WA_FeedsProtocol64. iNotes_WA_NameTypeaheadMinChars65. iNotes_WA_Feeds66. iNotes_WA_PreferNameForContacts67. Управление Java сервелетами на Web сервереc:\lotus\domino\data\domino\servlet68. iNotes_WA _PortalStylesheet69. iNotes_WA_PrintSSApplyTo70. Lotus Notes and Domino 8.5.1Lotus Notes and Domino 8.5.171. Выпуск рассылки "Lotus Notes/Domino -- РїСЂРѕРґСѓРєС‚ Рё РёРЅСЃС ...Специалист Департамента внутреннего контроля * Вакансия РІ РњРѕСЃРєРІРµ:72. Administrators: Previewing IBM Lotus iNotes for your usersThe Lotus iNotes 8.5.1 preview guide is available for you to distribute to your users for new installations and upgrades to Lotus iNotes. This guide is designed to help your users become productive o73. Changes to the Lotus iNotes type-ahead feature in 8.5.1The type-ahead feature in IBM Lotus iNotes was introduced in 8.5 for lite mode only, and was enabled using the Notes.ini settings iNotes_WA_NameTypeahead and iNotes_WA_NameTypeaheadStartTimeout. Howe74. iNotes_WA_CachedNames75. inotes_WA_DisableReuseChildWindows76. iNotes_WA_PrefetchDocuments77. Reference Card: IBM Lotus iNotes 8.5.1 Reference Card for Ultra-light ModeThis quick reference card will help you to use Lotus iNotes 8.5.1 Ultra-light Mode on the iPhone or iTouch. inotes_ultra-light851_ref_card.pdf78. iNotes_WA_CachedNames_MaxNames79. iNotes_WA_EnableActionsInArchive80. http://marsella1121.ya.ru/replies.xml?item_no=8 Блиц-опрос
Вакансии для специалистов1. 1st Line Support * Slough * Lotus Notes ESSENTIAL!!1st Line Support * Slough * Global IT Firm * Lotus Notes - Please do not apply if you have not supported Lotus Notes! Global Industry leading IT Firm based West of London, with state of the art offices and leading edge technologies are looking for a..., Salary: £17000 - £20000 per annum + Benefits + Bonus...2. LOTUS NOTES ADMINISTRATORClick here LOTUS NOTES ADMINISTRATOR Posted on:10/07/09 Job Number: 300304-5571-17-250137 Add to Cart Email to a Friend Location: Milwaukee, WI Description: Work for a worldwide s...3. Lotus Notes DeveloperLotus Notes Developer Reston, VA L-3 Communications Services Group, Intelligence Solutions Division has an opening for a Lotus Notes Developer in Reston, VA. Clearance: Must have current TS/SCI FULL ...4. Lotus Notes/Domino DeveloperLotus Notes/Domino Developer Full Time Regular posted 10/9/2009 Job Category MIS - Info Tech / Telecommunications Req ID 158386 Able to obtain security clearance? None Currently po...5. Lotus Notes DeveloperLotus Notes Developer Full Time Regular posted 9/25/2009 Job Category MIS - Info Tech / Telecommunications Req ID 157295 Able to obtain security clearance? None Currently possess s...6. Lotus Notes/Domino DeveloperLotus Notes/Domino Developer Full Time Regular posted 10/9/2009 Job Category MIS - Info Tech / Telecommunications Req ID 158384 Able to obtain security clearance? None Currently po...7. Lotus Notes Administrator (CF)Lotus Notes Administrator (CF) Full Time Regular posted 4/6/2009 Job Category MIS - Info Tech / Telecommunications Req ID 144349 Able to obtain security clearance? None Currently p...8. Lotus Notes DeveloperLotus Notes Developer Full Time Regular posted 8/19/2009 Job Category MIS - Info Tech / Telecommunications Req ID 154264 Able to obtain security clearance? None Currently possess s...9. Desktop Support-Lotus NotesDesktop Support-Lotus Notes Description:LOTUS NOTES DESKTOP SUPPORT PROFESSIONAL JOB DESCRIPTION Our client, a well established marketing firm, is looking for a Desktop Support professional with Lotu...10. Lotus Notes AdministratorLotus Notes Administrator Great contract opportunity for a Lotus Domino Administrator! Our Des Moines client is currently looking to migrate from Lotus Notes to Windows and is looking for someone to ...11. Lotus Notes AdministratorLotus Notes Administrator Requisition Number: EF17105 Location: WASHINGTON, DC US Travel Involved: None Job Type: Regular Full Time Job Level: Experienced (Non-Management) Education: Bachelors Degre...12. Lotus Notes Tier 2 AdministratorTitle: Lotus Notes Tier 2 Administrator Category: Information Systems Location: Reston, VA / USA | Sector: Information Systems Posting ID: MS/093608 This job is eligible for theRefer a Friendprogra...13. Lotus Notes/ Domino Developer 3Title: Lotus Notes/ Domino Developer 3 Category: Information Systems Location: Reston, VA / USA | Sector: Information Systems Posting ID: MS/093602 This job is eligible for theRefer a Friendprogram...14. Lotus Notes Email Support Co-opLotus Notes Email Support Co-op Job Type: Full-Time Location: Syracuse, NY Last Updated: 11/03/2005 Job Description: Job Title: Lotus Notes Email Support co-op Department: Information Technology ...15. Lotus Notes DeveloperLotus Notes Developer Reston, VA L-3 Communications Services Group, Intelligence Solutions Division has an opening for a Lotus Notes Developer in Reston, VA. Clearance: Must have current TS/SCI FULL ...16. Lotus Notes AdministratorOur client is seeking a Lotus Notes Administrator with Advanced Lotus Notes experience. This technical team member will help support the day to day operations for multiple Lotus Notes servers (v7+) se...17. Junior Lotus Notes AdministratorThis position is responsible for Lotus Notes applications. Responsibilities include application break/fixes and enhancing current Lotus Notes applications; understanding how existing application are u...18. Senior Lotus Notes DeveloperA Lotus Notes Developer is needed to revise and enhance an existing application - SIR (Structures Inspection Reporting). Our client is located in Fort Worth, Texas. If you are qualified and interested...19. Lotus Notes Customer Escalation Technical Lead* * Lotus Notes Customer Escalation Technical Lead Job ID SWG-0259192 Job type Full-time Regular Work country USA Posted 22-Sep-2009 Work city Westford Job area Software Development Travel up...Закладки о Lotus Notes1. I Hate Lotus Notes2. Web-based e-mail: LotusLive iNotes3. LotusScript classes (daniel's domino directories)4. IBM Support Portal5. IBM Lotus Domino and Notes Information Center6. Damien Katz: Formula Engine Rewrite7. What's New in Lotus Notes 8.5 and 8.5.1?8. Connect to Lotus Domino using SQL Server Linked Server — DatabaseJournal.comusers9. Filene's Eco Pods is an Adaptable, Biofuel-Producing Building | Sustainability | Fast CompanyBio-fuel Eco Pods: this looks like a scene out of the Matrix http://short.to/r7vp [from http://twitter.com/willdonovan/statuses/4173314198]10. Google Sites API announcement | http://googleenterprise.blogspot.com/2009/09/import-export-and-more-with-new-google_24.html<blockquote> <pre> The use cases are plentiful for businesses: * Update Google Sites from 3rd party applications – e.g. your sales team's Google Sites pages can update automatically when new leads are added to your CRM system. * Migrate files and content from workspace applications like Microsoft SharePoint and Lotus Notes to Google Sites. * Export Google Sites pages, edit them offline, and re-import the updated content. * Export your sites, including every page revision, for backup. * Easily monitor changes across your important internal and public sites, all from a single gadget. * Push new content like changes to employee policies or a new corporate logo to any site on your domain, even sites created by individual employees. </pre> </blockquote>11. IBM - Using LotusScript to move attachments or objects from one field to anotherIn Lotus Notes®, is there a way to use LotusScript to move an attachment or OLE object from one Rich Text field to another?12. CompanionLinkSync ml. desktopklienter og mobile devices. Og det virker!13. OpenNTF.org - Open Source Community for Lotus Notes Domino14. Setup of your Time Tracker Sidebar Widget and Managing your Preferences - Chris Toohey | Domino Guru15. Time Tracker v1.0 - Open Source Efficiency Tracking Utility for the Lotus Notes Client - Chris Toohey | Domino Guru16. Domino Designer 8.5.1 - Free download17. Blog : Ed Brill18. IBM business email solution - Lotus NotesBusiness email solution that connects you to people, business applications and resources across the enterprise and Internet. Try for free for 90 days.19. Index Pages | Lotus NotesResources and links to useful Lotus Notes information20. nsftools - Lotus Notes Performance Tips21. Translog on a Notes Client22. Hilfe -23. AweSyncLotus <-> Google Calendar Synchronization ToolИсточники знаний. Сайты с книгами
По вопросам спонсорства, публикации материалов, участия обращайтесь к ведущему рассылку LotusDomiNotes |
В избранное | ||